chore(docker): add privileged to compose.yaml
This commit is contained in:
parent
581316fb42
commit
46c56652a3
@ -8,6 +8,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- &fradrive-mnt "fradrive:/fradrive"
|
- &fradrive-mnt "fradrive:/fradrive"
|
||||||
working_dir: /fradrive
|
working_dir: /fradrive
|
||||||
|
privileged: true
|
||||||
backend:
|
backend:
|
||||||
image: registry.uniworx.de/fradrive/fradrive/backend
|
image: registry.uniworx.de/fradrive/fradrive/backend
|
||||||
pull_policy: if_not_present
|
pull_policy: if_not_present
|
||||||
@ -19,12 +20,14 @@ services:
|
|||||||
working_dir: /fradrive
|
working_dir: /fradrive
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
|
privileged: true
|
||||||
database:
|
database:
|
||||||
image: registry.uniworx.de/fradrive/fradrive/database
|
image: registry.uniworx.de/fradrive/fradrive/database
|
||||||
pull_policy: if_not_present
|
pull_policy: if_not_present
|
||||||
build: ./docker/database
|
build: ./docker/database
|
||||||
ports:
|
ports:
|
||||||
- "9876:5432"
|
- "9876:5432"
|
||||||
|
privileged: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fradrive:
|
fradrive:
|
||||||
|
|||||||
Reference in New Issue
Block a user