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' version: '3.7'

View File

@ -120,8 +120,8 @@ services:
- chrome - chrome
mongodb: mongodb:
image: mongo:${MONGODB_VERSION?} image: mongo:${MONGODB_VERSION?}
volumes: #volumes:
- mongodb:/data/db # - mongodb:/data/db
networks: networks:
- network - network
ports: ports:
@ -134,8 +134,8 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD?} - MYSQL_PASSWORD=${MYSQL_PASSWORD?}
- MYSQL_ALLOW_EMPTY_PASSWORD=true - MYSQL_ALLOW_EMPTY_PASSWORD=true
- TZ=${TIMEZONE:-UTC} - TZ=${TIMEZONE:-UTC}
volumes: # volumes:
- mysql:/var/lib/mysql # - 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 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: networks:
- network - network