Skip to content

Commit 44257fe

Browse files
committed
fix(docker): remove service stub erroneously appended inside volumes section
1 parent d3795ce commit 44257fe

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

docker/docker-compose.production.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)