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