remotes/1693045480750635534/spooky-22
Aevann1 2021-10-14 15:45:16 +02:00
parent 2de3940066
commit bab59a9c1a
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@127.0.0.1:5432/postgres
- 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@postgres:5432/postgres"
export DATABASE_URL="postgresql://postgres@127.0.0.1:5432/postgres"
export MASTER_KEY="-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA="
export DOMAIN="localhost"
export SITE_NAME="Drama"