gitea installation guide
This commit is contained in:
@@ -4,14 +4,12 @@ services:
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- GITEA__server__ROOT_URL=https://git.domain-name.com/
|
||||
|
||||
- USER_UID=100
|
||||
- USER_GID=100
|
||||
- GITEA__server__ROOT_URL=https://git.domain.com/
|
||||
volumes:
|
||||
- gitea-data:/data # Gitea Data (repositories etc...)
|
||||
ports:
|
||||
- "3000:3000" # We do not need to expose this port, Caddy will reverse proxy
|
||||
- "127.0.0.1:3000:3000" # We do not need to expose this port, Caddy will reverse proxy
|
||||
- "127.0.0.1:2222:22"
|
||||
|
||||
volumes:
|
||||
gitea-data:
|
||||
|
||||
Reference in New Issue
Block a user