chore(docker): work on compose.yaml; remove debris
This commit is contained in:
parent
22a918c5e3
commit
ce3dcfdbd3
10
compose.yaml
10
compose.yaml
@ -1,10 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
# fradrive-env:
|
|
||||||
# image: registry.uniworx.de/fradrive/fradrive/fradrive-env:latest
|
|
||||||
# build: ./docker/fradrive-env
|
|
||||||
# pull_policy: if_not_present
|
|
||||||
# volumes:
|
|
||||||
# - .:/fradrive-src
|
|
||||||
frontend:
|
frontend:
|
||||||
build:
|
build:
|
||||||
dockerfile: ./docker/frontend/Dockerfile
|
dockerfile: ./docker/frontend/Dockerfile
|
||||||
@ -13,7 +7,9 @@ services:
|
|||||||
- &fradrive-mnt "fradrive:/fradrive"
|
- &fradrive-mnt "fradrive:/fradrive"
|
||||||
working_dir: /fradrive
|
working_dir: /fradrive
|
||||||
backend:
|
backend:
|
||||||
build: ./docker/backend
|
build:
|
||||||
|
dockerfile: ./docker/backend/Dockerfile
|
||||||
|
context: ./
|
||||||
volumes:
|
volumes:
|
||||||
- *fradrive-mnt
|
- *fradrive-mnt
|
||||||
working_dir: /fradrive
|
working_dir: /fradrive
|
||||||
|
|||||||
Reference in New Issue
Block a user