mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Upgrade PostgreSQL to 17
Also switch to pgautoupgrade so it's easier in future. 18 is out, but needs more changes than I want to do right now
This commit is contained in:
parent
1082a6a2c9
commit
23196cc88b
16 changed files with 16 additions and 16 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/atuin:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/baby-buddy:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ services:
|
|||
- LOG_FULL_IPS=true
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/freshrss:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ services:
|
|||
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ services:
|
|||
hard: 262144
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:15-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/pocket-id:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ services:
|
|||
- renderer
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
- 4242:4242
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=quassel
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ services:
|
|||
- /mnt/speed/dbs/redis/wallabag:/data
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ services:
|
|||
- /opt/recipes/staticfiles
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`jakehoward.tech`)
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue