mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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
|
image: mariadb/server:10.5
|
||||||
container_name: mysqlBeta
|
container_name: mysqlBeta
|
||||||
hostname: mysql
|
hostname: mysql
|
||||||
|
env_file:
|
||||||
|
- .env.mysql.local
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --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