add image path for push
This commit is contained in:
parent
684aa67e8e
commit
15ba911feb
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./compose/production/django/Dockerfile
|
||||
image: schickmacher_production_django
|
||||
image: docker.qabel.de/schickmacher_production_django
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
@ -24,7 +24,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./compose/production/postgres/Dockerfile
|
||||
image: schickmacher_production_postgres
|
||||
image: docker.qabel.de/schickmacher_production_postgres
|
||||
volumes:
|
||||
- production_postgres_data:/var/lib/postgresql/data
|
||||
- production_postgres_data_backups:/backups
|
||||
|
|
Loading…
Reference in a new issue