build(docker): update compose.yaml
This commit is contained in:
parent
a1bbd05e68
commit
a865f2f159
13
compose.yaml
13
compose.yaml
@ -1,17 +1,14 @@
|
||||
services:
|
||||
frontend:
|
||||
# image: registry.uniworx.de/fradrive/fradrive/frontend
|
||||
# image: registry.uniworx.de/fradrive/fradrive/frontend # TODO: reference to current branch required; how to do that here?
|
||||
# pull_policy: if_not_present
|
||||
build:
|
||||
dockerfile: ./docker/frontend/Dockerfile
|
||||
context: ./
|
||||
context: .
|
||||
environment:
|
||||
- PROJECT_DIR=/fradrive
|
||||
volumes:
|
||||
- &fradrive-mnt
|
||||
type: volume
|
||||
source: fradrive
|
||||
target: /tmp/fradrive
|
||||
- &fradrive-mnt .:/tmp/fradrive
|
||||
backend:
|
||||
# image: registry.uniworx.de/fradrive/fradrive/backend
|
||||
# pull_policy: if_not_present
|
||||
@ -28,10 +25,8 @@ services:
|
||||
build: ./docker/database
|
||||
ports:
|
||||
- "9876:5432"
|
||||
privileged: true
|
||||
# privileged: true
|
||||
|
||||
volumes:
|
||||
fradrive:
|
||||
# driver: local
|
||||
# driver_opts:
|
||||
# type: none
|
||||
|
||||
Reference in New Issue
Block a user