mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
postgres image name updated
This commit is contained in:
parent
8c8d9c1825
commit
78c42efe86
|
@ -29,7 +29,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./compose/production/postgres/Dockerfile
|
||||
image: {{ cookiecutter.project_slug }}_production_postgres
|
||||
image: {{ cookiecutter.project_slug }}_local_postgres
|
||||
container_name: postgres
|
||||
volumes:
|
||||
- local_postgres_data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user