File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -313,37 +313,3 @@ volumes:
313313 taiga-p06-ldap-data :
314314 taiga-p06-ldap-config :
315315 taiga-p06-back-data :
316- environment :
317- - IT_STACK_ENV=production
318- - KEYCLOAK_URL=
319- - DB_HOST=
320- - REDIS_HOST=
321- - GRAYLOG_HOST=
322- volumes :
323- - taiga_data:/var/lib/taiga
324- - /etc/ssl/certs:/etc/ssl/certs:ro
325- deploy :
326- replicas : 1
327- resources :
328- limits :
329- cpus : " 4.0"
330- memory : G
331- reservations :
332- cpus : " 1.0"
333- memory : 1G
334- restart_policy :
335- condition : any
336- delay : 5s
337- logging :
338- driver : gelf
339- options :
340- gelf-address : " udp://${GRAYLOG_HOST}:12201"
341- tag : " it-stack-taiga"
342- healthcheck :
343- test : ["CMD-SHELL", "curl -sf http://localhost/health || exit 1"]
344- interval : 30s
345- timeout : 10s
346- retries : 3
347- start_period : 120s
348- networks :
349- - it-stack-net
You can’t perform that action at this time.
0 commit comments