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:
10
dev-compose.yml
Normal file
10
dev-compose.yml
Normal 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
|
Reference in New Issue
Block a user