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
|
image: wonderlandpark/mariadb-mroonga:latest
|
||||||
hostname: mysql
|
hostname: mysql
|
||||||
container_name: mysql
|
container_name: mysql
|
||||||
environment:
|
env_file:
|
||||||
MARIADB_ROOT_PASSWORD: "${MARIADB_ROOT_PASSWORD}"
|
- .env
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
@ -18,4 +18,6 @@ services:
|
|||||||
- 4000:3000
|
- 4000:3000
|
||||||
links:
|
links:
|
||||||
- mysql
|
- mysql
|
||||||
|
env_file:
|
||||||
|
- .env.production.local
|
||||||
image: wonderlandpark/koreanbots:latest
|
image: wonderlandpark/koreanbots:latest
|
||||||
Loading…
x
Reference in New Issue
Block a user