mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-12 21:30:41 +05:30
Merge pull request #48 from TeamPiped/postgres-16
Update PostgreSQL image to version 16-alpine in Docker Compose files
This commit is contained in:
commit
a49d66190a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user