mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
feat: Use Db with TypeORM to save logs
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
||||
mariadb:
|
||||
image: mariadb:latest
|
||||
restart: "always"
|
||||
# volumes:
|
||||
# - ./mariaDB/init:/docker-entrypoint-initdb.d
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
MYSQL_DATABASE: db
|
||||
|
||||
Reference in New Issue
Block a user