Fixes
Some checks failed
Gitea Actions Demo / Run-Tests-On-Arm64 (push) Failing after 29s
Gitea Actions Demo / Run-Tests-On-Amd64 (push) Failing after 44s

This commit is contained in:
Thomas 2025-02-26 19:49:11 +01:00
parent b2550b1d8d
commit 0d6a9779ea
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,2 @@
version: '3.7'

View File

@ -120,8 +120,8 @@ services:
- chrome
mongodb:
image: mongo:${MONGODB_VERSION?}
volumes:
- mongodb:/data/db
#volumes:
# - mongodb:/data/db
networks:
- network
ports:
@ -134,8 +134,8 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD?}
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- TZ=${TIMEZONE:-UTC}
volumes:
- mysql:/var/lib/mysql
# volumes:
# - mysql:/var/lib/mysql
command: mysqld --sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" --character-set-server=utf8 --collation-server=utf8_slovenian_ci --innodb-flush-log-at-trx-commit=0
networks:
- network