Merge pull request #48 from TeamPiped/postgres-16

Update PostgreSQL image to version 16-alpine in Docker Compose files
This commit is contained in:
Kavin 2024-07-11 15:54:34 +01:00 committed by GitHub
commit a49d66190a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ services:
- piped-proxy:/var/run/ytproxy
container_name: caddy
postgres:
image: postgres:15
image: pgautoupgrade/pgautoupgrade:16-alpine
restart: unless-stopped
volumes:
- ./data/db:/var/lib/postgresql/data

View File

@ -46,7 +46,7 @@ services:
- "traefik.http.routers.piped.entrypoints=websecure"
- "traefik.http.services.piped.loadbalancer.server.port=8080"
postgres:
image: postgres:15
image: pgautoupgrade/pgautoupgrade:16-alpine
restart: unless-stopped
volumes:
- ./data/db:/var/lib/postgresql/data