mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-06 05:30:21 +00:00
Merge pull request #876 from jgillich/fix-compose
Fix docker compose file
This commit is contained in:
commit
6ea875f3be
2 changed files with 3 additions and 1 deletions
2
.jvmopts
2
.jvmopts
|
|
@ -1,3 +1,3 @@
|
|||
-Xms2048M
|
||||
-Xmx2048M
|
||||
-Xss6M
|
||||
-Dconfig.override_with_env_vars=true
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ services:
|
|||
- 51000-51001:51000-51001/udp
|
||||
- 51002:51002/tcp
|
||||
command: sbt server/run
|
||||
environment:
|
||||
CONFIG_FORCE_database_host: db
|
||||
adminer:
|
||||
image: adminer
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue