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