Switch from MariaDB to MySQL 8.0 to avoid InnoDB initialization issues

This commit is contained in:
Colin 2025-10-10 16:07:13 -04:00
parent ae558917f1
commit 4c0d07dcf6
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 1 additions and 3 deletions

View File

@ -54,14 +54,12 @@ services:
condition: any
db:
image: mariadb:10.6
image: mysql:8.0
environment:
- MYSQL_DATABASE=woodpecker
- MYSQL_USER=woodpecker
- MYSQL_PASSWORD=woodpecker
- MYSQL_RANDOM_ROOT_PASSWORD=1
- MARIADB_AUTO_UPGRADE=1
- MARIADB_DISABLE_UPGRADE_BACKUP=1
volumes:
- /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
networks: