mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Pin service images, expose DB ports and don't set PG password
This commit is contained in:
parent
0a56c9c9b9
commit
56268ec82c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -54,13 +54,13 @@ jobs:
|
|||
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:5.0
|
||||
ports:
|
||||
- 6379:6379
|
||||
postgres:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
image: postgres:12
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
env:
|
||||
CELERY_BROKER_URL: "redis://localhost:6379/0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user