Skip to content

Commit

Permalink
#132 use mem settings from Docker env, continued
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Aug 9, 2018
1 parent 5e0c4cc commit 36eb917
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions services/geoserver/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ version: '3.1'

services:
geoserver:
image: smartemission/se-geoserver:2.12.1-2
image: smartemission/se-geoserver:2.12.1-3
mem_limit: 5g

deploy:
resources:
limits:
cpus: '0.50'
memory: 5G
reservations:
cpus: '0.25'
memory: 1G
# resources:
# limits:
# cpus: '0.50'
# memory: 5G
# reservations:
# cpus: '0.25'
# memory: 1G

container_name: geoserver

Expand Down

0 comments on commit 36eb917

Please sign in to comment.