chore(docker): add privileged to compose.yaml
This commit is contained in:
parent
581316fb42
commit
46c56652a3
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user