mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:21:20 +08:00
✨ feat(.env.example): add example environment variables for domain, stack name, Traefik network, and Traefik tags to provide a template for configuring the deployment environment
This commit is contained in:
6
deploy/.env.example
Normal file
6
deploy/.env.example
Normal file
@ -0,0 +1,6 @@
|
||||
DOMAIN=localhost
|
||||
STACK_NAME=langflow-stack
|
||||
|
||||
TRAEFIK_PUBLIC_NETWORK=traefik-public
|
||||
TRAEFIK_TAG=langflow-traefik
|
||||
TRAEFIK_PUBLIC_TAG=traefik-public
|
||||
Reference in New Issue
Block a user