mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +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:
|
||||
context: .
|
||||
dockerfile: ./compose/local/docs/Dockerfile
|
||||
depends_on:
|
||||
- postgres
|
||||
env_file:
|
||||
- ./.envs/.local/.django
|
||||
- ./.envs/.local/.postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user