Skip to content

Commit 2bf0f08

Browse files
mpk-droidclaude
andcommitted
fix: correct broken YAML indentation in podman-compose.yml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1985bbc commit 2bf0f08

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

agents/langflow/simple_tool_calling_agent/local/.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ POSTGRES_USER=langflow
33
POSTGRES_PASSWORD=langflow
44
POSTGRES_DB=langflow
55

6-
# Langfuse — admin password and encryption key are auto-generated
7-
# on first run by deploy-local.sh
6+
# Langfuse — admin password and encryption key are auto-generated on first run by deploy-local.sh
87
LANGFUSE_ADMIN_PASSWORD=
98
LANGFUSE_ENCRYPTION_KEY=
109

agents/langflow/simple_tool_calling_agent/local/podman-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
POSTGRES_USER: ${POSTGRES_USER:-langflow}
3434
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-langflow}
3535
POSTGRES_DB: ${POSTGRES_DB:-langflow}
36-
volumes:
36+
volumes:
3737
- postgres_data:/var/lib/postgresql/data:Z
3838
- ./init-db.sh:/docker-entrypoint-initdb.d/init-db.sh:Z
3939
healthcheck:

0 commit comments

Comments
 (0)