Files
docker-infrastructure/rackpeek/docker-compose.yaml
T
poprhythm f665865762 cleanup: remove quizmaster and leafweb (unused/orphaned), add watchtower monitor-only labels, minor consistency fixes
- quizmaster: removed entirely (test service, no longer used); also removed Portainer stack and /srv/quizmaster data
- leafweb: removed orphaned MSSQL compose file (no running container, no Portainer stack, no data on disk)
- authelia, gitea, couchdb, portainer, immich (server + ml): add com.centurylinklabs.watchtower.monitor-only=true so watchtower still notifies on new versions without auto-applying them
- ladder: restore restart: unless-stopped (was commented out)
- rackpeek: add missing TZ env var
2026-07-20 02:19:32 +00:00

23 lines
493 B
YAML

services:
rackpeek:
container_name: rackpeek
image: aptacode/rackpeek:latest
ports:
- "8081:8080"
volumes:
- /srv/rackpeek-config:/app/config
environment:
- VIRTUAL_HOST=rackpeek.kolpacksoftware.com
- VIRTUAL_PORT=8081
- LETSENCRYPT_HOST=rackpeek.kolpacksoftware.com
- PUID=1000
- PGID=1000
- TZ=America/New_York
user: "1000:1000"
restart: unless-stopped
networks:
default:
external:
name: npm-network