Skip to content

Commit fb7813e

Browse files
committed
fix(docker): remove service stub erroneously appended inside volumes section
1 parent 4cf7a09 commit fb7813e

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

0 commit comments

Comments
 (0)