File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
web1/containers/authentik
web3/containers/authentik Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11---
22services :
33 postgres :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55 restart : unless-stopped
66 labels :
77 - " com.centurylinklabs.watchtower.enable=true"
Original file line number Diff line number Diff line change 11---
22services :
33 database :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55 restart : unless-stopped
66 healthcheck :
77 test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Original file line number Diff line number Diff line change 11---
22services :
33 database :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55 restart : unless-stopped
66 healthcheck :
77 test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Original file line number Diff line number Diff line change 11---
22services :
33 postgresql :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55 restart : unless-stopped
66 healthcheck :
77 test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Original file line number Diff line number Diff line change 11---
22services :
33 postgres :
4- image : docker.io/library/postgres:16 -alpine
4+ image : docker.io/library/postgres:18 -alpine@sha256:88f300be8635fe8a9ed4c18a68ba497fb6df1215fd2b074895afd027bd3e1006
55 restart : unless-stopped
66 healthcheck :
77 test : ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
You can’t perform that action at this time.
0 commit comments