diff --git a/compose.yaml b/compose.yaml index a160a15e9..5fa1e5191 100644 --- a/compose.yaml +++ b/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