mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed mysql in docker
This commit is contained in:
parent
d0e2c6ce2e
commit
e851170ecb
@ -1,21 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mysql:
|
||||
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
|
||||
koreanbots:
|
||||
container_name: koreanbots
|
||||
build: .
|
||||
ports:
|
||||
- 4000:3000
|
||||
env_file:
|
||||
- .env.production.local
|
||||
links:
|
||||
- mysql
|
||||
Loading…
x
Reference in New Issue
Block a user