chore(docker): add image refs to compose.yaml
This commit is contained in:
parent
ff58c3a2ba
commit
0fb60d9951
10
compose.yaml
10
compose.yaml
@ -1,5 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
|
image: registry.uniworx.de/fradrive/fradrive/frontend
|
||||||
|
pull_policy: if_not_present
|
||||||
build:
|
build:
|
||||||
dockerfile: ./docker/frontend/Dockerfile
|
dockerfile: ./docker/frontend/Dockerfile
|
||||||
context: ./
|
context: ./
|
||||||
@ -7,6 +9,8 @@ services:
|
|||||||
- &fradrive-mnt "fradrive:/fradrive"
|
- &fradrive-mnt "fradrive:/fradrive"
|
||||||
working_dir: /fradrive
|
working_dir: /fradrive
|
||||||
backend:
|
backend:
|
||||||
|
image: registry.uniworx.de/fradrive/fradrive/backend
|
||||||
|
pull_policy: if_not_present
|
||||||
build:
|
build:
|
||||||
dockerfile: ./docker/backend/Dockerfile
|
dockerfile: ./docker/backend/Dockerfile
|
||||||
context: ./
|
context: ./
|
||||||
@ -16,13 +20,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- frontend
|
- frontend
|
||||||
database:
|
database:
|
||||||
# image: registry.uniworx.de/fradrive/fradrive/fradrive-db:latest
|
image: registry.uniworx.de/fradrive/fradrive/database
|
||||||
build: ./docker/database
|
|
||||||
pull_policy: if_not_present
|
pull_policy: if_not_present
|
||||||
|
build: ./docker/database
|
||||||
ports:
|
ports:
|
||||||
- "9876:5432"
|
- "9876:5432"
|
||||||
# fradrive:
|
|
||||||
# image: registry.uniworx.de/fradrive/fradrive/fradrive:0.1.0
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fradrive:
|
fradrive:
|
||||||
|
|||||||
Reference in New Issue
Block a user