add image path for push

This commit is contained in:
Niklas rust 2019-09-13 11:03:54 +02:00
parent 684aa67e8e
commit 15ba911feb
1 changed files with 2 additions and 2 deletions

View File

@ -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