dgf
This commit is contained in:
parent
23a4a125f4
commit
8670590fc1
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "./:/service"
|
- "./:/service"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres@127.0.0.1:5432/postgres
|
||||||
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
|
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
|
||||||
- REDIS_URL=redis://redis
|
- REDIS_URL=redis://redis
|
||||||
- DOMAIN=localhost
|
- DOMAIN=localhost
|
||||||
|
|
2
env
2
env
|
@ -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 MASTER_KEY="-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA="
|
||||||
export DOMAIN="localhost"
|
export DOMAIN="localhost"
|
||||||
export SITE_NAME="Drama"
|
export SITE_NAME="Drama"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue