init: CT104 untracked stack compose files

This commit is contained in:
2026-05-23 09:47:16 +02:00
parent a98f0e7201
commit 4ff9d3efd7
13 changed files with 903 additions and 1 deletions
+37
View File
@@ -0,0 +1,37 @@
services:
gotify:
image: gotify/server:latest
container_name: gotify
restart: unless-stopped
ports:
- "10003:80"
volumes:
- ./data:/app/data
environment:
GOTIFY_DEFAULTUSER_NAME: admin
GOTIFY_DEFAULTUSER_PASS: tapirnase
TZ: Europe/Berlin
networks:
- shared_backend
labels:
homepage.group: productivity
homepage.name: Gotify
homepage.icon: sh-gotify
homepage.href: https://gotify.nuclide.systems
homepage.instance.internal.href: http://192.168.1.40:10003
homepage.instance.public.href: https://gotify.nuclide.systems
deploy:
resources:
limits:
memory: 256M
cpus: "0.5"
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s
networks:
shared_backend:
external: true