mirror of
https://github.com/jbcr/Win32ServiceBundle.git
synced 2026-03-24 08:52:10 +01:00
14 lines
295 B
YAML
14 lines
295 B
YAML
services:
|
|
db:
|
|
image: mariadb:10.11
|
|
environment:
|
|
MYSQL_DATABASE: app
|
|
MYSQL_ROOT_PASSWORD: nopassword
|
|
MYSQL_USER: user
|
|
MYSQL_PASSWORD: nopassword
|
|
volumes:
|
|
- win32service_bundle_mariadb_data:/var/lib/mysql
|
|
|
|
volumes:
|
|
win32service_bundle_mariadb_data: ~
|