Update postgres Docker tag to v15
This commit is contained in:
parent
e56ffa576f
commit
14665ea100
13 changed files with 13 additions and 13 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
- COMMENTO_GITLAB_SECRET={{ commento_gitlab_application_secret }}
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
- renderer
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data
|
||||
|
|
|
@ -30,7 +30,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data
|
||||
|
|
|
@ -57,7 +57,7 @@ services:
|
|||
hard: 262144
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
- 4242:4242
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=quassel
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
- app
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
- /mnt/speed/dbs/redis/wallabag:/data
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
||||
|
|
|
@ -36,7 +36,7 @@ services:
|
|||
- /opt/recipes/staticfiles
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
||||
|
|
|
@ -48,7 +48,7 @@ services:
|
|||
- api
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data
|
||||
|
|
|
@ -61,7 +61,7 @@ services:
|
|||
- redis
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue