From 424bc15512460864637282890ca8ed014302ef3f Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 26 Aug 2023 11:18:23 -0400 Subject: [PATCH] prod needs the cookie secret too, arguably more than the others! --- docker-compose_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose_prod.yml b/docker-compose_prod.yml index 71405e1..09483f7 100644 --- a/docker-compose_prod.yml +++ b/docker-compose_prod.yml @@ -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