Added missing options
This commit is contained in:
parent
b7179f1271
commit
5e6d335440
@ -10,6 +10,7 @@ services:
|
|||||||
- ../..:/workspaces:cached
|
- ../..:/workspaces:cached
|
||||||
db:
|
db:
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: developer
|
POSTGRES_PASSWORD: developer
|
||||||
POSTGRES_USER: developer
|
POSTGRES_USER: developer
|
||||||
@ -29,4 +30,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
REDIS_HOSTS: Django-Cache:cache:6379:10
|
REDIS_HOSTS: Django-Cache:cache:6379:10
|
||||||
PORT: 8080
|
PORT: 8080
|
||||||
|
depends_on:
|
||||||
|
- cache
|
||||||
user: redis
|
user: redis
|
Loading…
Reference in New Issue
Block a user