Skip to content

Commit b3c3133

Browse files
committed
fix(docker): remove service stub erroneously appended inside volumes section
1 parent 8e14120 commit b3c3133

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
@@ -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

0 commit comments

Comments
 (0)