1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Update traefik, mariadb, redis containers

This commit is contained in:
Jake Barnby 2024-02-01 02:36:35 +13:00
parent 49a753509b
commit 9051c31a02
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ $image = $this->getParam('image', '');
services:
traefik:
image: traefik:2.9
image: traefik:2.11
container_name: appwrite-traefik
<<: *x-logging
command:
@ -735,7 +735,7 @@ services:
- OPR_EXECUTOR_STORAGE_WASABI_BUCKET=$_APP_STORAGE_WASABI_BUCKET
mariadb:
image: mariadb:10.7 # fix issues when upgrading using: mysql_upgrade -u root -p
image: mariadb:10.11 # fix issues when upgrading using: mysql_upgrade -u root -p
container_name: appwrite-mariadb
<<: *x-logging
restart: unless-stopped
@ -751,7 +751,7 @@ services:
command: 'mysqld --innodb-flush-method=fsync'
redis:
image: redis:7.0.4-alpine
image: redis:7.2.4-alpine
container_name: appwrite-redis
<<: *x-logging
restart: unless-stopped

View file

@ -14,7 +14,7 @@ version: '3'
services:
traefik:
image: traefik:2.9
image: traefik:2.11
<<: *x-logging
container_name: appwrite-traefik
command:
@ -915,7 +915,7 @@ services:
# - SMARTHOST_PORT=587
redis:
image: redis:7.0.4-alpine
image: redis:7.2.4-alpine
<<: *x-logging
container_name: appwrite-redis
command: >