25 lignes
525 B
INI
25 lignes
525 B
INI
[Container]
|
|
ContainerName=gitea-mcp
|
|
Image=localhost/gitea-mcp:latest
|
|
#AutoUpdate=registry
|
|
Network=host
|
|
|
|
#Environment=GITEA_ACCESS_TOKEN=your_token_here
|
|
Environment=GITEA_HOST=https://gitea.com
|
|
Environment=GITEA_INSECURE=false
|
|
|
|
PublishPort=8080:8080
|
|
Exec=-t http --port 8080
|
|
|
|
# Arguments for stdio mode
|
|
# Exec=-t stdio
|
|
|
|
# Optional: Volume for persistent logs
|
|
#Volume=/srv/containers/gitea-mcp/.gitea-mcp:/home/gitea-mcp/.gitea-mcp
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target |