Initial commit: stack
This commit is contained in:
commit
fe16a07dd7
11 changed files with 2058 additions and 0 deletions
15
infrastructure/lxc-templates/npm-compose.yml
Normal file
15
infrastructure/lxc-templates/npm-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
npm:
|
||||
image: jc21/nginx-proxy-manager:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "81:81" # admin UI — restrict access to LAN only via firewall
|
||||
volumes:
|
||||
- npm_data:/data
|
||||
- npm_letsencrypt:/etc/letsencrypt
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
npm_data:
|
||||
npm_letsencrypt:
|
||||
Loading…
Add table
Add a link
Reference in a new issue