Refactor indentation in docker-compose.yml for consistency

This commit is contained in:
2025-12-09 03:01:09 +00:00
parent 1699b676ab
commit 11a838f86b

View File

@@ -54,7 +54,7 @@ services:
# EMAIL_FROM_ADDRESS: ${EMAIL_FROM_ADDRESS:-}
# SMTP_CONNECTION_URL: ${SMTP_CONNECTION_URL:-}
expose:
- '3030'
- '3030'
deploy:
replicas: 1
restart_policy:
@@ -63,9 +63,9 @@ services:
max_attempts: 3
placement:
constraints:
- node.hostname == crackbox
- node.hostname == crackbox
networks:
- net
- net
langfuse-web:
image: docker.io/langfuse/langfuse:3
@@ -85,7 +85,7 @@ services:
LANGFUSE_INIT_USER_NAME: ${LANGFUSE_INIT_USER_NAME:-}
LANGFUSE_INIT_USER_PASSWORD: ${LANGFUSE_INIT_USER_PASSWORD:-}
expose:
- '3000'
- '3000'
deploy:
replicas: 1
restart_policy:
@@ -94,7 +94,7 @@ services:
max_attempts: 3
placement:
constraints:
- node.hostname == crackbox
- node.hostname == crackbox
labels:
- traefik.enable=true
- traefik.swarm.network=public
@@ -103,8 +103,8 @@ services:
- traefik.http.routers.langfuse.entrypoints=web
- traefik.http.services.langfuse.loadbalancer.server.port=3000
networks:
- net
- public
- net
- public
clickhouse:
image: docker.io/clickhouse/clickhouse-server
@@ -116,8 +116,8 @@ services:
CLICKHOUSE_USER: ${CLICKHOUSE_USER:-clickhouse}
CLICKHOUSE_PASSWORD: ${CLICKHOUSE_PASSWORD:-clickhouse} # CHANGEME
volumes:
- langfuse_clickhouse_data:/var/lib/clickhouse
- langfuse_clickhouse_logs:/var/log/clickhouse-server
- langfuse_clickhouse_data:/var/lib/clickhouse
- langfuse_clickhouse_logs:/var/log/clickhouse-server
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1
interval: 5s
@@ -125,8 +125,8 @@ services:
retries: 10
start_period: 1s
expose:
- '8123'
- '9000'
- '8123'
- '9000'
deploy:
replicas: 1
restart_policy:
@@ -135,9 +135,9 @@ services:
max_attempts: 3
placement:
constraints:
- node.hostname == crackbox
- node.hostname == crackbox
networks:
- net
- net
# minio:
# image: cgr.dev/chainguard/minio