This commit is contained in:
@ -8,13 +8,14 @@ x-app-common: &app-common
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGINT
|
||||
env_file:
|
||||
- .test.env
|
||||
- .env
|
||||
environment:
|
||||
DEBUG: false
|
||||
DATABASE_URL: "postgresql://postgres:example@db:5432/postgres"
|
||||
REDIS_URL: "redis://valkey:6379/0"
|
||||
volumes:
|
||||
- "./container:/var/opt/cprocsp/keys"
|
||||
- "./container/certt.cer:/var/opt/cprocsp/keys/cert.cer"
|
||||
- "./container/cont:/app/cont"
|
||||
|
||||
services:
|
||||
valkey:
|
||||
|
||||
Reference in New Issue
Block a user