Update PostgreSQL and MySQL images to latest versions in configuration files

This commit is contained in:
Théophile Diot 2025-01-10 11:43:11 +01:00
parent ca4e45addd
commit 8df30f01e5
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
22 changed files with 22 additions and 22 deletions

View file

@ -98,7 +98,7 @@ services:
# AUTHENTIK SERVICES
postgresql:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:17-alpine
restart: unless-stopped
healthcheck:
test: [ "CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}" ]

View file

@ -20,7 +20,7 @@ services:
- bunkerweb.REVERSE_PROXY_HOST=http://myredmine:3000
mydb:
image: postgres:16-alpine
image: postgres:17-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:

View file

@ -51,7 +51,7 @@ services:
- bw-services
mydb:
image: postgres:16-alpine
image: postgres:17-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:

View file

@ -22,7 +22,7 @@ services:
- bunkerweb.REVERSE_PROXY_HOST=http://myredmine:3000
mydb:
image: postgres:16-alpine
image: postgres:17-alpine
volumes:
- db-data:/var/lib/postgresql/data
environment:

View file

@ -66,7 +66,7 @@ services:
- "bunkerweb.ALLOWED_METHODS=GET|POST|PUT|DELETE"
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -47,7 +47,7 @@ services:
- bw-db
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -66,7 +66,7 @@ services:
- "bunkerweb.ALLOWED_METHODS=GET|POST|PUT|DELETE"
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -47,7 +47,7 @@ services:
- bw-db
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -54,7 +54,7 @@ services:
- bw-db
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -31,7 +31,7 @@ services:
- bw-db
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -53,7 +53,7 @@ services:
- bw-db
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -31,7 +31,7 @@ services:
- bw-db
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -200,7 +200,7 @@ spec:
spec:
containers:
- name: bunkerweb-db
image: mysql:8
image: mysql:9
imagePullPolicy: Always
env:
- name: MYSQL_RANDOM_ROOT_PASSWORD

View file

@ -211,7 +211,7 @@ spec:
spec:
containers:
- name: bunkerweb-db
image: mysql:8
image: mysql:9
imagePullPolicy: Always
env:
- name: MYSQL_RANDOM_ROOT_PASSWORD

View file

@ -200,7 +200,7 @@ spec:
spec:
containers:
- name: bunkerweb-db
image: postgres:16-alpine
image: postgres:17-alpine
imagePullPolicy: Always
env:
- name: POSTGRES_DB

View file

@ -211,7 +211,7 @@ spec:
spec:
containers:
- name: bunkerweb-db
image: postgres:16-alpine
image: postgres:17-alpine
imagePullPolicy: Always
env:
- name: POSTGRES_DB

View file

@ -81,7 +81,7 @@ services:
- "bunkerweb.ALLOWED_METHODS=GET|POST|PUT|DELETE"
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -61,7 +61,7 @@ services:
- "node.role == worker"
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -81,7 +81,7 @@ services:
- "bunkerweb.ALLOWED_METHODS=GET|POST|PUT|DELETE"
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -61,7 +61,7 @@ services:
- "node.role == worker"
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "changeme" # Remember to set a stronger password for the database

View file

@ -1,6 +1,6 @@
services:
bw-db:
image: mysql:8
image: mysql:9
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: "db"

View file

@ -1,6 +1,6 @@
services:
bw-db:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: "bunkerweb"
POSTGRES_PASSWORD: "secret"