mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
ci: using env_file
This commit is contained in:
parent
9fde7acd82
commit
d0e2c6ce2e
@ -5,13 +5,13 @@ services:
|
||||
image: mariadb/server:10.5
|
||||
container_name: mysqlBeta
|
||||
hostname: mysql
|
||||
env_file:
|
||||
- .env.mysql.local
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
volumes:
|
||||
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=FAKE_PASSWORD
|
||||
koreanbots:
|
||||
container_name: koreanbots
|
||||
build: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user