This commit is contained in:
Teddy 2026-02-15 16:29:24 +00:00
commit 07b1161709

24
compose.yaml Normal file
View file

@ -0,0 +1,24 @@
services:
app:
image: 'docker.io/jc21/nginx-proxy-manager:latest'
container_name: nginx-proxy-manager
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- npm_data:/data
- npm_letsencrypt:/etc/letsencrypt
networks:
- nginx_default
- forgejo_default # Add this line
networks:
nginx_default:
forgejo_default:
external: true # Add this section
volumes:
npm_data:
npm_letsencrypt: