Skip to content

Commit 556730c

Browse files
chore: update postgres version
1 parent 2d9a23b commit 556730c

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docker-compose.dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3.7"
21
services:
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"

docker-compose.test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.7"
21
services:
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:

docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.9"
21
services:
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}

0 commit comments

Comments
 (0)