File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : " 3.7"
21services :
32 database :
4- image : postgres:15
3+ image : postgres
54 restart : always
65 ports :
76 - " 5433:5432"
@@ -56,6 +55,7 @@ services:
5655 MAIL_FROM : ${MAIL_FROM}
5756 MAIL_USER : ${MAIL_USER}
5857 MAIL_PASS : ${MAIL_PASS}
58+ OIDC_COOKIES_KEYS : 7JOoAPoC5232uJiUdDd+7EUuyFFcZqQJwsAQDnoldZI=
5959 OTP_SECRET_FILE : nonsecure
6060 OTP_VALIDITY_SECONDS : 3600
6161 EMAIL_FOOTER : " SlimFact dev"
Original file line number Diff line number Diff line change 1- version : " 3.7"
21services :
32 caddy :
43 image : lucaslorentz/caddy-docker-proxy:ci-alpine
@@ -18,7 +17,7 @@ services:
1817 - web
1918
2019 database :
21- image : postgres:15
20+ image : postgres
2221 ports :
2322 - " 5432:5432"
2423 environment :
Original file line number Diff line number Diff line change 1- version : " 3.9"
21services :
32 api :
43 image : " ghcr.io/simsustech/slimfact"
@@ -59,7 +58,7 @@ services:
5958 restart : unless-stopped
6059
6160 database :
62- image : postgres:15
61+ image : postgres
6362 environment :
6463 POSTGRES_PASSWORD_FILE : /run/secrets/POSTGRES_PASSWORD
6564 POSTGRES_DB : ${POSTGRES_DB}
You can’t perform that action at this time.
0 commit comments