Restructured sample .env file, switched database to biarms/mysql
This commit is contained in:
parent
0a497f5a69
commit
708b65be30
@ -1,3 +1,9 @@
|
||||
################################################################################
|
||||
# Docker images
|
||||
################################################################################
|
||||
GAME_IMAGE=git.old-metin2.com/metin2/server:latest
|
||||
WEB_IMAGE=git.old-metin2.com/metin2/web:latest
|
||||
|
||||
################################################################################
|
||||
# MySQL settings
|
||||
################################################################################
|
||||
@ -16,7 +22,6 @@ MYSQL_DB_LOG=log
|
||||
################################################################################
|
||||
|
||||
# General configuration
|
||||
WEB_IMAGE=git.old-metin2.com/metin2/website:nightly
|
||||
WEB_APP_NAME=Metin2
|
||||
WEB_APP_ENV=production
|
||||
WEB_APP_URL=http://metin2.local
|
||||
@ -46,5 +51,4 @@ DB_PORT=15000
|
||||
|
||||
# Game settings
|
||||
PUBLIC_IP=127.0.0.1
|
||||
GAME_IMAGE=git.old-metin2.com/metin2/server:nightly
|
||||
GAME_MAX_LEVEL=105
|
||||
|
@ -22,7 +22,8 @@ x-environment:
|
||||
services:
|
||||
# MySQL Database
|
||||
mysql:
|
||||
image: mysql:5.5
|
||||
# The biarms/mysql Docker image supports ARM machines; you may also use mysql:5.5
|
||||
image: biarms/mysql:5.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
# Password for root access
|
||||
|
Loading…
Reference in New Issue
Block a user