mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: added mysql in docker compose
This commit is contained in:
parent
e851170ecb
commit
89f02aec83
@ -1,6 +1,17 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb/server:10.5
|
||||
container_name: mysqlBeta
|
||||
hostname: mysql
|
||||
environments:
|
||||
MARIADB_ROOT_PASSWORD: "${MARIADB_ROOT_PASSWORD}"
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
volumes:
|
||||
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
||||
koreanbots:
|
||||
container_name: koreanbots
|
||||
build: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user