mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Intial changes for MariaDB
This commit is contained in:
11
docker-compose.prod.yml
Normal file
11
docker-compose.prod.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: dpMAZj*Mc4%FZM!V
|
||||
MARIADB_ROOT_HOST: localhost
|
||||
MARIADB_DATABASE: karaoqueue
|
||||
MARIADB_USER: karaoqueue
|
||||
MARIADB_PASSWORD: a5G@P*^tCW$$w@wE
|
Reference in New Issue
Block a user