mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Update docker configuration
these changes resolve issues, preventing successful startup and binding with Docker for Windows
This commit is contained in:
parent
6ea875f3be
commit
9c5ddc1155
1
.jvmopts
1
.jvmopts
|
|
@ -1,3 +1,4 @@
|
|||
-Xmx2048M
|
||||
-Xss6M
|
||||
-Dconfig.override_with_env_vars=true
|
||||
-Dsbt.server.forcestart=true
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ services:
|
|||
command: sbt server/run
|
||||
environment:
|
||||
CONFIG_FORCE_database_host: db
|
||||
CONFIG_FORCE_bind: 0.0.0.0
|
||||
adminer:
|
||||
image: adminer
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue