Merge pull request #876 from jgillich/fix-compose

Fix docker compose file
This commit is contained in:
Mazo 2021-06-26 08:03:12 +01:00 committed by GitHub
commit 6ea875f3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,3 @@
-Xms2048M
-Xmx2048M -Xmx2048M
-Xss6M -Xss6M
-Dconfig.override_with_env_vars=true

View file

@ -11,6 +11,8 @@ services:
- 51000-51001:51000-51001/udp - 51000-51001:51000-51001/udp
- 51002:51002/tcp - 51002:51002/tcp
command: sbt server/run command: sbt server/run
environment:
CONFIG_FORCE_database_host: db
adminer: adminer:
image: adminer image: adminer
ports: ports: