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