File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8585 DIRECT_URL : postgresql://postgres:postgres@localhost:5432/postgres
8686 SESSION_SECRET : " secret"
8787 MAGIC_LINK_SECRET : " secret"
88- ENCRYPTION_KEY : " secret "
88+ ENCRYPTION_KEY : " dummy-encryption-keeeey-32-bytes "
8989 DEPLOY_REGISTRY_HOST : " docker.io"
9090 CLICKHOUSE_URL : " http://default:password@localhost:8123"
9191
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ services:
111111 CLICKHOUSE_URL : http://default:password@clickhouse:8123
112112 SESSION_SECRET : secret123
113113 MAGIC_LINK_SECRET : secret123
114- ENCRYPTION_KEY : secret123
114+ ENCRYPTION_KEY : dummy-encryption-keeeey-32-bytes
115115 REMIX_APP_PORT : 3030
116116 PORT : 3030
117117 networks :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
3737 DIRECT_URL : postgres://postgres:postgres@db:5432/postgres?schema=public
3838 SESSION_SECRET : secret123
3939 MAGIC_LINK_SECRET : secret123
40- ENCRYPTION_KEY : secret123
40+ ENCRYPTION_KEY : dummy-encryption-keeeey-32-bytes
4141 REMIX_APP_PORT : 3030
4242 PORT : 3030
4343 WORKER_ENABLED : " false"
@@ -56,7 +56,7 @@ services:
5656 DIRECT_URL : postgres://postgres:postgres@db:5432/postgres?schema=public
5757 SESSION_SECRET : secret123
5858 MAGIC_LINK_SECRET : secret123
59- ENCRYPTION_KEY : secret123
59+ ENCRYPTION_KEY : dummy-encryption-keeeey-32-bytes
6060 REMIX_APP_PORT : 3030
6161 PORT : 3030
6262 HTTP_SERVER_DISABLED : " true"
You can’t perform that action at this time.
0 commit comments