From d0911b3fd2bfbed36012ddfef4f0d2d41055c359 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 20 Aug 2023 23:41:21 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(.env.example):=20add=20example?= =?UTF-8?q?=20environment=20variables=20for=20domain,=20stack=20name,=20Tr?= =?UTF-8?q?aefik=20network,=20and=20Traefik=20tags=20to=20provide=20a=20te?= =?UTF-8?q?mplate=20for=20configuring=20the=20deployment=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/.env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 deploy/.env.example diff --git a/deploy/.env.example b/deploy/.env.example new file mode 100644 index 000000000..4f8db086a --- /dev/null +++ b/deploy/.env.example @@ -0,0 +1,6 @@ +DOMAIN=localhost +STACK_NAME=langflow-stack + +TRAEFIK_PUBLIC_NETWORK=traefik-public +TRAEFIK_TAG=langflow-traefik +TRAEFIK_PUBLIC_TAG=traefik-public