mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: env files for docker-compose
This commit is contained in:
parent
af1c24f89c
commit
12dda17c0a
@ -5,8 +5,8 @@ services:
|
||||
image: wonderlandpark/mariadb-mroonga:latest
|
||||
hostname: mysql
|
||||
container_name: mysql
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: "${MARIADB_ROOT_PASSWORD}"
|
||||
env_file:
|
||||
- .env
|
||||
command:
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_unicode_ci
|
||||
@ -18,4 +18,6 @@ services:
|
||||
- 4000:3000
|
||||
links:
|
||||
- mysql
|
||||
env_file:
|
||||
- .env.production.local
|
||||
image: wonderlandpark/koreanbots:latest
|
||||
Loading…
x
Reference in New Issue
Block a user