1
0

Added missing options

This commit is contained in:
Jürgen Edelbluth 2024-10-29 20:43:08 +01:00
parent b7179f1271
commit 5e6d335440
Signed by: git.codebau.dev
GPG Key ID: F798C6B4352E8035

View File

@ -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