mysql-migration #8

Merged
williamp merged 7 commits from mysql-migration into testing 2023-03-17 04:58:27 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit d5d18014a7 - Show all commits

View File

@@ -15,3 +15,12 @@ services:
- ./database.db:/app/database.db - ./database.db:/app/database.db
ports: ports:
- 127.0.0.1:80:80 - 127.0.0.1:80:80
db:
image: mariadb:10.7.8-focal
restart: always
environment:
- MARIADB_ROOT_PASSWORD=notasecuresecretkeyonlyuseforlocaldevelopment
volumes:
- ./database_mysql:/var/lib/mysql
ports:
- 127.0.0.1:3306:3306