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:
Gabriel Luiz Freitas Almeida 2023-08-20 23:41:21 -03:00
commit d0911b3fd2

6
deploy/.env.example Normal file
View 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