File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,37 +229,3 @@ volumes:
229229 graylog-p06-ldap-data :
230230 graylog-p06-ldap-config :
231231 graylog-p06-journal :
232- environment :
233- - IT_STACK_ENV=production
234- - KEYCLOAK_URL=
235- - DB_HOST=
236- - REDIS_HOST=
237- - GRAYLOG_HOST=
238- volumes :
239- - graylog_data:/var/lib/graylog
240- - /etc/ssl/certs:/etc/ssl/certs:ro
241- deploy :
242- replicas : 1
243- resources :
244- limits :
245- cpus : " 4.0"
246- memory : G
247- reservations :
248- cpus : " 1.0"
249- memory : 1G
250- restart_policy :
251- condition : any
252- delay : 5s
253- logging :
254- driver : gelf
255- options :
256- gelf-address : " udp://${GRAYLOG_HOST}:12201"
257- tag : " it-stack-graylog"
258- healthcheck :
259- test : ["CMD-SHELL", "curl -sf http://localhost/health || exit 1"]
260- interval : 30s
261- timeout : 10s
262- retries : 3
263- start_period : 120s
264- networks :
265- - it-stack-net
You can’t perform that action at this time.
0 commit comments