File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,37 +186,3 @@ volumes:
186186 elastic-p06-es-data :
187187 elastic-p06-ldap-data :
188188 elastic-p06-ldap-config :
189- environment :
190- - IT_STACK_ENV=production
191- - KEYCLOAK_URL=
192- - DB_HOST=
193- - REDIS_HOST=
194- - GRAYLOG_HOST=
195- volumes :
196- - elasticsearch_data:/var/lib/elasticsearch
197- - /etc/ssl/certs:/etc/ssl/certs:ro
198- deploy :
199- replicas : 1
200- resources :
201- limits :
202- cpus : " 4.0"
203- memory : G
204- reservations :
205- cpus : " 1.0"
206- memory : 1G
207- restart_policy :
208- condition : any
209- delay : 5s
210- logging :
211- driver : gelf
212- options :
213- gelf-address : " udp://${GRAYLOG_HOST}:12201"
214- tag : " it-stack-elasticsearch"
215- healthcheck :
216- test : ["CMD-SHELL", "curl -sf http://localhost/health || exit 1"]
217- interval : 30s
218- timeout : 10s
219- retries : 3
220- start_period : 120s
221- networks :
222- - it-stack-net
You can’t perform that action at this time.
0 commit comments