Mac mini server intial commit

This commit is contained in:
2026-01-02 08:19:04 +00:00
commit b9d897c665
20 changed files with 430 additions and 0 deletions

21
nginx/docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
services:
nginx:
container_name: 'NPM'
image: 'docker.io/jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
# - '443:443'
networks:
- 'homelab'
- 'tunnel'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
networks:
homelab:
external: true
tunnel:
external: true