prod needs the cookie secret too, arguably more than the others!

This commit is contained in:
D. Scott Boggs 2023-08-26 11:18:23 -04:00
parent 89b0180989
commit 424bc15512

View file

@ -14,7 +14,7 @@ services:
POSTGRES_USER: kalkutago
POSTGRES_DB: kalkutago
POSTGRES_HOST: database
secrets: [ postgres-password ]
secrets: [ postgres-password, cookie-secret ]
depends_on: [ database ]
volumes:
- ./client/dist:/src/public:ro