mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Docker docs need Postgres dependency
* Reason: https://github.com/pydanny/cookiecutter-django/pull/2674#issuecomment-663842003
This commit is contained in:
parent
73a29ce261
commit
f990de46db
|
@ -43,6 +43,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./compose/local/docs/Dockerfile
|
dockerfile: ./compose/local/docs/Dockerfile
|
||||||
|
depends_on:
|
||||||
|
- postgres
|
||||||
env_file:
|
env_file:
|
||||||
- ./.envs/.local/.django
|
- ./.envs/.local/.django
|
||||||
- ./.envs/.local/.postgres
|
- ./.envs/.local/.postgres
|
||||||
|
|
Loading…
Reference in New Issue
Block a user