From 936fb940cbdc0c00ce98bb5cd9c63e11c4cbe9a1 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Fri, 20 Jan 2023 10:48:44 +0100 Subject: [PATCH] Revert "fix: drop db_password from main compose def" This reverts commit 89400089ec2c837a4abc4c23726058a4e2f754fb. db_password secret is still needed in app service to set the db secret in app.ini.tmpl --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index ecb0384..eff3da0 100644 --- a/compose.yml +++ b/compose.yml @@ -11,6 +11,7 @@ services: target: /usr/local/bin/docker-setup.sh mode: 0555 secrets: + - db_password - internal_token - jwt_secret - secret_key