update lables and add automation for dns / proxy

This commit is contained in:
2026-04-28 02:25:52 +00:00
parent 833807159c
commit e8312fc0d9
6 changed files with 53 additions and 7 deletions

View File

@@ -16,4 +16,16 @@ services:
#DISABLE_IPV6: 'true'
volumes:
- /app/nginxproxy/data:/data
- /app/nginxproxy/letsencrypt:/etc/letsencrypt
- /app/nginxproxy/letsencrypt:/etc/letsencrypt
npm-sync:
container_name: npm-sync
image: ghcr.io/redth/npm-docker-sync:latest
restart: unless-stopped
environment:
- NPM_URL=http://nginx:81
- NPM_EMAIL=${NPM_EMAIL}
- NPM_PASSWORD=${NPM_PASSWORD}
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro