Loading deploy/docker-compose.dev.yml +2 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ services: resources: limits: cpus: '0.5' memory: 256M memory: 512M reservations: memory: 205M memory: 410M deploy/docker-compose.prod.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ services: resources: limits: cpus: '0.5' memory: 256M memory: 512M reservations: memory: 205M memory: 410M deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: - OAUTH_CLIENT_ID - OAUTH_CLIENT_SECRET - RECAPTCHA_SECRET - JAVA_OPTS=-XX:MaxRAMFraction=1 - JAVA_OPTS=-XX:MaxRAMFraction=2 networks: - postgres-net - redmic-net Loading Loading
deploy/docker-compose.dev.yml +2 −2 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ services: resources: limits: cpus: '0.5' memory: 256M memory: 512M reservations: memory: 205M memory: 410M
deploy/docker-compose.prod.yml +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ services: resources: limits: cpus: '0.5' memory: 256M memory: 512M reservations: memory: 205M memory: 410M
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: - OAUTH_CLIENT_ID - OAUTH_CLIENT_SECRET - RECAPTCHA_SECRET - JAVA_OPTS=-XX:MaxRAMFraction=1 - JAVA_OPTS=-XX:MaxRAMFraction=2 networks: - postgres-net - redmic-net Loading