chore(docker): add privileged to compose.yaml

This commit is contained in:
Sarah Vaupel 2024-08-19 18:17:25 +02:00
parent 581316fb42
commit 46c56652a3

View File

@ -8,6 +8,7 @@ services:
volumes:
- &fradrive-mnt "fradrive:/fradrive"
working_dir: /fradrive
privileged: true
backend:
image: registry.uniworx.de/fradrive/fradrive/backend
pull_policy: if_not_present
@ -19,12 +20,14 @@ services:
working_dir: /fradrive
depends_on:
- frontend
privileged: true
database:
image: registry.uniworx.de/fradrive/fradrive/database
pull_policy: if_not_present
build: ./docker/database
ports:
- "9876:5432"
privileged: true
volumes:
fradrive: