Skip to content

Instantly share code, notes, and snippets.

@Karm
Created December 11, 2018 23:24
Show Gist options
  • Save Karm/69db06e9c47a6749b7f37ba61004d617 to your computer and use it in GitHub Desktop.
Save Karm/69db06e9c47a6749b7f37ba61004d617 to your computer and use it in GitHub Desktop.
/etc/docker/compose/start.microprofile.io/docker-compose.yml
version: '3'
services:
mp-starter:
image: "microprofile/start.microprofile.io:1.0-SNAPSHOT"
user: wildfly
ports:
- 443:8443
- 80:8080
restart: always
environment:
MY_LOGLEVEL: "INFO"
MY_IO_THREADS: "4"
MY_TASK_MAX_THREADS: "32"
MY_MS_HEAP: "2g"
MY_MX_HEAP: "2g"
MY_META_SPACE: "128M"
MY_MAX_META_SPACE: "256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment