diff --git a/apps/gitea/docker-compose.yml b/apps/gitea/docker-compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/apps/gitea/env-template b/apps/gitea/env-template new file mode 100644 index 0000000..3bd2100 --- /dev/null +++ b/apps/gitea/env-template @@ -0,0 +1,7 @@ +GITEA_DBUSER=username +GITEA_DBPW=supersecretpassword +GITEA_HOST=subdomain.domain.com +GITEA_LBPORT=3000 + +POSTGRES_DBUSER=username +POSTGRES_DBPW=supersecretpassword \ No newline at end of file