Fully reordered file structure. All files splitted by servises. Manuals will be added where needed.

This commit is contained in:
Max Buz
2023-09-22 17:31:13 +02:00
committed by GitHub
commit 54e66e3af9
15 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
env_file:
- stack.env
ports:
- 1080:80
- 1081:81
- 10443:443
volumes:
- ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt