Update postgres Docker tag to v17
This commit is contained in:
parent
e1ee73e0fa
commit
7c3e98ed04
15 changed files with 15 additions and 15 deletions
|
@ -57,7 +57,7 @@ services:
|
||||||
- server
|
- server
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/authentik:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/authentik:/var/lib/postgresql/data
|
||||||
|
|
|
@ -25,7 +25,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/baby-buddy:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/baby-buddy:/var/lib/postgresql/data
|
||||||
|
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- BASE_URL=https://comentario.theorangeone.net
|
- BASE_URL=https://comentario.theorangeone.net
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
|
|
@ -29,7 +29,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data
|
||||||
|
|
|
@ -44,7 +44,7 @@ services:
|
||||||
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
|
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data
|
||||||
|
|
|
@ -43,7 +43,7 @@ services:
|
||||||
hard: 262144
|
hard: 262144
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
|
|
@ -35,7 +35,7 @@ services:
|
||||||
- renderer
|
- renderer
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||||
|
|
|
@ -19,7 +19,7 @@ services:
|
||||||
- 4242:4242
|
- 4242:4242
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=quassel
|
- POSTGRES_USER=quassel
|
||||||
|
|
|
@ -22,7 +22,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
|
|
|
@ -53,7 +53,7 @@ services:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
||||||
|
|
|
@ -35,7 +35,7 @@ services:
|
||||||
- /mnt/speed/dbs/redis/wallabag:/data
|
- /mnt/speed/dbs/redis/wallabag:/data
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
||||||
|
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- /opt/recipes/staticfiles
|
- /opt/recipes/staticfiles
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data
|
||||||
|
|
|
@ -35,7 +35,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
||||||
|
|
|
@ -38,7 +38,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data
|
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data
|
||||||
|
|
|
@ -29,7 +29,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:17-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue