Skip to content

Commit b32fc96

Browse files
committed
fix(docker): remove service stub erroneously appended inside volumes section
1 parent fe45767 commit b32fc96

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
@@ -186,37 +186,3 @@ volumes:
186186
elastic-p06-es-data:
187187
elastic-p06-ldap-data:
188188
elastic-p06-ldap-config:
189-
environment:
190-
- IT_STACK_ENV=production
191-
- KEYCLOAK_URL=
192-
- DB_HOST=
193-
- REDIS_HOST=
194-
- GRAYLOG_HOST=
195-
volumes:
196-
- elasticsearch_data:/var/lib/elasticsearch
197-
- /etc/ssl/certs:/etc/ssl/certs:ro
198-
deploy:
199-
replicas: 1
200-
resources:
201-
limits:
202-
cpus: "4.0"
203-
memory: G
204-
reservations:
205-
cpus: "1.0"
206-
memory: 1G
207-
restart_policy:
208-
condition: any
209-
delay: 5s
210-
logging:
211-
driver: gelf
212-
options:
213-
gelf-address: "udp://${GRAYLOG_HOST}:12201"
214-
tag: "it-stack-elasticsearch"
215-
healthcheck:
216-
test: ["CMD-SHELL", "curl -sf http://localhost/health || exit 1"]
217-
interval: 30s
218-
timeout: 10s
219-
retries: 3
220-
start_period: 120s
221-
networks:
222-
- it-stack-net

0 commit comments

Comments
 (0)