1.0.1 release #15

Merged
williamp merged 35 commits from testing into master 2023-03-21 18:10:14 +00:00
31 changed files with 302 additions and 30 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