postgres image name updated

This commit is contained in:
Haseeb ur Rehman 2020-07-21 19:18:42 +05:00 committed by GitHub
parent 8c8d9c1825
commit 78c42efe86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ services:
build: build:
context: . context: .
dockerfile: ./compose/production/postgres/Dockerfile dockerfile: ./compose/production/postgres/Dockerfile
image: {{ cookiecutter.project_slug }}_production_postgres image: {{ cookiecutter.project_slug }}_local_postgres
container_name: postgres container_name: postgres
volumes: volumes:
- local_postgres_data:/var/lib/postgresql/data - local_postgres_data:/var/lib/postgresql/data