✨ 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:
parent
6ffb994e53
commit
d0911b3fd2
1 changed files with 6 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue