ci: added MARIADB password env

This commit is contained in:
원더 2021-01-13 11:47:47 +09:00
parent 4c826820af
commit 9fde7acd82

View File

@ -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: .