mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: updated docker config
This commit is contained in:
parent
8f41fcfb83
commit
679b1c41f5
@ -3,7 +3,8 @@ version: "3"
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb/server:10.5
|
||||
hostname: mysqlbeta
|
||||
container_name: mysqlBeta
|
||||
hostname: mysql
|
||||
ports:
|
||||
- "3307:3306"
|
||||
env_file:
|
||||
@ -14,8 +15,11 @@ services:
|
||||
volumes:
|
||||
- /home/ubuntu/mysql-beta:/var/lib/mysql
|
||||
koreanbots:
|
||||
container_name: koreanbots
|
||||
build: .
|
||||
ports:
|
||||
- 4000:3000
|
||||
env_file:
|
||||
- .env.production.local
|
||||
- .env.production.local
|
||||
link:
|
||||
- "mysqlBeta:mysql"
|
||||
Loading…
x
Reference in New Issue
Block a user