Update postgres databases.
This commit is contained in:
@@ -49,7 +49,7 @@ services:
|
|||||||
- "traefik.http.services.drone-secure.loadbalancer.server.port=80"
|
- "traefik.http.services.drone-secure.loadbalancer.server.port=80"
|
||||||
|
|
||||||
drone-db:
|
drone-db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
container_name: drone-db
|
container_name: drone-db
|
||||||
hostname: drone-db
|
hostname: drone-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ services:
|
|||||||
- "traefik.tcp.services.git-ssh.loadbalancer.server.port=222"
|
- "traefik.tcp.services.git-ssh.loadbalancer.server.port=222"
|
||||||
|
|
||||||
gitea-db:
|
gitea-db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
container_name: gitea-db
|
container_name: gitea-db
|
||||||
hostname: gitea-db
|
hostname: gitea-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mattermost:
|
mattermost:
|
||||||
image: mattermost/mattermost-team-edition:9.5
|
image: mattermost/mattermost-team-edition:9.11
|
||||||
container_name: mattermost
|
container_name: mattermost
|
||||||
environment:
|
environment:
|
||||||
MM_USERNAME: ${ADMIN_USER}
|
MM_USERNAME: ${ADMIN_USER}
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
- "traefik.http.services.mattermost-secure.loadbalancer.server.port=8065"
|
- "traefik.http.services.mattermost-secure.loadbalancer.server.port=8065"
|
||||||
|
|
||||||
mattermost-db:
|
mattermost-db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
container_name: mattermost-db
|
container_name: mattermost-db
|
||||||
hostname: mattermost-db
|
hostname: mattermost-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
- ${PWD}/nextcloud.conf:/etc/nginx/conf.d/default.conf
|
- ${PWD}/nextcloud.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: postgres:15-alpine
|
image: postgres:17-alpine
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
hostname: naextcloud-db
|
hostname: naextcloud-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user