chore: update siklos/gitea compose (Portainer migration)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
restart: always
|
||||
ports:
|
||||
- "2222:22"
|
||||
- "3002:3000"
|
||||
volumes:
|
||||
- /srv/docker/gitea/data:/data
|
||||
environment:
|
||||
- GITEA__server__HTTP_PORT=3000
|
||||
- GITEA__server__ROOT_URL=http://192.168.88.27:3002/
|
||||
- GITEA__server__SSH_DOMAIN=192.168.88.27
|
||||
- GITEA__server__DOMAIN=192.168.88.27
|
||||
- GITEA__service__REGISTER_EMAIL_CONFIRM=false
|
||||
- GITEA__server__SSH_PORT=22
|
||||
- GITEA__server__DISABLE_SSH=false
|
||||
- GITEA__service__DISABLE_REGISTRATION=false
|
||||
- GITEA__database__DB_TYPE=sqlite3
|
||||
- GITEA_CUSTOM=/data/gitea
|
||||
Reference in New Issue
Block a user