[DOCKER] Automated PR for gitignore-io-deployment_2025-08-20T07-33-23 - #147 #147

Merged
gitea-sonarqube-bot merged 2 commits from gitignore-io-deployment_2025-08-20T07-33-23 into main 2025-08-20 07:54:07 -04:00
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@
| gitea-db | postgres:14 |
| gitea-runner | gitea/act_runner:latest |
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
| gitignore-io | guog/gitignore.io:latest |
| gluetun | qmcgaw/gluetun:latest |
| gotify | gotify/server |
| graylog | graylog/graylog:6.1 |
+20
View File
@@ -1866,6 +1866,26 @@ services:
restart: unless-stopped
volumes:
- ${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:
cap_add:
- NET_ADMIN