mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Update production.yml
This commit is contained in:
parent
a2129172d9
commit
bce7a7718d
|
@ -102,7 +102,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./compose/production/nginx/Dockerfile
|
dockerfile: ./compose/production/nginx/Dockerfile
|
||||||
image: {{ cookiecutter.project_slug }}_local_nginx
|
image: {{ cookiecutter.project_slug }}_production_nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- django
|
- django
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user