File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,37 +240,3 @@ volumes:
240240 glpi-p06-ldap-data :
241241 glpi-p06-ldap-config :
242242 glpi-p06-app-data :
243- environment :
244- - IT_STACK_ENV=production
245- - KEYCLOAK_URL=
246- - DB_HOST=
247- - REDIS_HOST=
248- - GRAYLOG_HOST=
249- volumes :
250- - glpi_data:/var/lib/glpi
251- - /etc/ssl/certs:/etc/ssl/certs:ro
252- deploy :
253- replicas : 1
254- resources :
255- limits :
256- cpus : " 4.0"
257- memory : G
258- reservations :
259- cpus : " 1.0"
260- memory : 1G
261- restart_policy :
262- condition : any
263- delay : 5s
264- logging :
265- driver : gelf
266- options :
267- gelf-address : " udp://${GRAYLOG_HOST}:12201"
268- tag : " it-stack-glpi"
269- healthcheck :
270- test : ["CMD-SHELL", "curl -sf http://localhost/health || exit 1"]
271- interval : 30s
272- timeout : 10s
273- retries : 3
274- start_period : 120s
275- networks :
276- - it-stack-net
You can’t perform that action at this time.
0 commit comments