mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 09:02:50 +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