Added .env.example files to all folders and changed the port env var for Gitea to follow naming convention

This commit is contained in:
2026-02-21 11:20:43 -08:00
parent b49b904333
commit 8f2142c1f2
6 changed files with 32 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- ${HOST_PORT}:3000
- ${GITEA_PORT}:3000
- ${SSH_PORT}:2222
depends_on:
- db