remotes/1693045480750635534/spooky-22
Aevann1 2021-10-20 14:00:42 +02:00
parent 9c7878d7c9
commit add2a386b8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
volumes:
- "./:/service"
environment:
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
- DATABASE_URL=postgresql://postgres@postgres:5432
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
- REDIS_URL=redis://redis
- DOMAIN=localhost

2
env
View File

@ -1,4 +1,4 @@
export DATABASE_URL="postgresql://postgres@127.0.0.1:5432/postgres"
export DATABASE_URL="postgresql://postgres@127.0.0.1:5432"
export MASTER_KEY="-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA="
export DOMAIN="localhost"
export SITE_NAME="Drama"