Auto Merge of PR 147 - gitignore-io-deployment_2025-08-20T07-33-23
Merged by Trez.One
This commit was merged in pull request #147.
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
| gitea-db | postgres:14 |
|
| gitea-db | postgres:14 |
|
||||||
| gitea-runner | gitea/act_runner:latest |
|
| gitea-runner | gitea/act_runner:latest |
|
||||||
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
|
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
|
||||||
|
| gitignore-io | guog/gitignore.io:latest |
|
||||||
| gluetun | qmcgaw/gluetun:latest |
|
| gluetun | qmcgaw/gluetun:latest |
|
||||||
| gotify | gotify/server |
|
| gotify | gotify/server |
|
||||||
| graylog | graylog/graylog:6.1 |
|
| graylog | graylog/graylog:6.1 |
|
||||||
|
|||||||
@@ -1866,6 +1866,26 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/gitea/sonarqube-bot/:/home/bot/config/
|
- ${DOCKER_VOLUME_CONFIG}/gitea/sonarqube-bot/:/home/bot/config/
|
||||||
|
gitignore-io:
|
||||||
|
container_name: gitignore-io
|
||||||
|
image: guog/gitignore.io:latest
|
||||||
|
labels:
|
||||||
|
homepage.group: Code/DevOps
|
||||||
|
homepage.name: gitignore-io
|
||||||
|
homepage.href: https://gitignore.${MY_TLD}
|
||||||
|
homepage.icon: /icons/gitignore-io.svg
|
||||||
|
homepage.description: .gitignore generator
|
||||||
|
swag: enable
|
||||||
|
swag_url: gitignore.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.name: gitignore-io
|
||||||
|
swag.uptime-kuma.monitor.url: https://gitignore.${MY_TLD}
|
||||||
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
|
swag.uptime-kuma.monitor.retryInterval: 60
|
||||||
|
swag.uptime-kuma.monitor.maxretries: 5
|
||||||
|
ports:
|
||||||
|
- 14822:8080
|
||||||
|
restart: unless-stopped
|
||||||
gluetun:
|
gluetun:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|||||||
Reference in New Issue
Block a user