We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ab9ed commit ad3f28eCopy full SHA for ad3f28e
.example.env
@@ -3,5 +3,6 @@ DB_PASSWORD=<postgress-admin-secret>
3
DB_PORT=5432
4
HASURA_GRAPHQL_ADMIN_SECRET=<hasura-admin-secret>
5
6
+PHX_HOST="localhost"
7
DATABASE_URL="ecto://postgres:postgres@db:5432/fileonchain?ssl=false"
-SECRET_KEY_BAS=<64-bytes-secret>
8
+SECRET_KEY_BASE=<64-bytes-secret>
docker-compose.yml
@@ -44,7 +44,7 @@ services:
44
MIX_ENV: prod
45
DATABASE_URL: ${DATABASE_URL}
46
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
47
- PHX_HOST: localhost
+ PHX_HOST: ${PHX_HOST}
48
networks:
49
- app_network
50
ports:
0 commit comments