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:
|
||||
frontend:
|
||||
image: registry.uniworx.de/fradrive/fradrive/frontend
|
||||
pull_policy: if_not_present
|
||||
build:
|
||||
dockerfile: ./docker/frontend/Dockerfile
|
||||
context: ./
|
||||
@ -7,6 +9,8 @@ services:
|
||||
- &fradrive-mnt "fradrive:/fradrive"
|
||||
working_dir: /fradrive
|
||||
backend:
|
||||
image: registry.uniworx.de/fradrive/fradrive/backend
|
||||
pull_policy: if_not_present
|
||||
build:
|
||||
dockerfile: ./docker/backend/Dockerfile
|
||||
context: ./
|
||||
@ -16,13 +20,11 @@ services:
|
||||
depends_on:
|
||||
- frontend
|
||||
database:
|
||||
# image: registry.uniworx.de/fradrive/fradrive/fradrive-db:latest
|
||||
build: ./docker/database
|
||||
image: registry.uniworx.de/fradrive/fradrive/database
|
||||
pull_policy: if_not_present
|
||||
build: ./docker/database
|
||||
ports:
|
||||
- "9876:5432"
|
||||
# fradrive:
|
||||
# image: registry.uniworx.de/fradrive/fradrive/fradrive:0.1.0
|
||||
|
||||
volumes:
|
||||
fradrive:
|
||||
|
||||
Reference in New Issue
Block a user