mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
ci: added MARIADB password env
This commit is contained in:
parent
4c826820af
commit
9fde7acd82
@ -10,6 +10,8 @@ services:
|
|||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
volumes:
|
volumes:
|
||||||
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
||||||
|
environment:
|
||||||
|
- MARIADB_ROOT_PASSWORD=FAKE_PASSWORD
|
||||||
koreanbots:
|
koreanbots:
|
||||||
container_name: koreanbots
|
container_name: koreanbots
|
||||||
build: .
|
build: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user