1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 14:12:55 +00:00

Add request and status logging

This commit is contained in:
2023-07-25 15:45:02 +02:00
parent 05149bac0b
commit 2929bb26ac
10 changed files with 187 additions and 19 deletions

10
dev-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
mariadb:
image: mariadb:10
ports:
- "13306:3306"
environment:
MARIADB_DATABASE: dev
MARIADB_USER: dev
MARIADB_PASSWORD: dev
MARIADB_ROOT_PASSWORD: dev