Initial commit: 23 docker stacks for GitOps deployment
Stacks included:
- Infrastructure: traefik, authentik, gitea, registry, watchtower, dockge
- Monitoring: smokeping, changedetection
- Apps: ghost, gollum, wallabag, radicale, invidious, xbackbone, filebrowser, syncthing, zerotier
- Custom: obsidian-tools, memento, perilous, ramz, bookclub, brain
🤖 Generated with Claude Code
This commit is contained in:
22
stacks/memento/docker-compose.yml
Normal file
22
stacks/memento/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
app:
|
||||
image: gitea.${DOMAIN}/knight/memento:latest
|
||||
container_name: memento
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3002"
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.memento.entrypoints=https"
|
||||
- "traefik.http.routers.memento.rule=Host(`memento.${DOMAIN}`)"
|
||||
- "traefik.http.routers.memento.tls.certresolver=http"
|
||||
- "traefik.http.services.memento.loadbalancer.server.port=3002"
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
Reference in New Issue
Block a user