Added proxy

This commit is contained in:
Atridad Lahiji 2024-09-09 00:01:47 -06:00
parent ae46818e26
commit ab465784ff
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

12
compose/nginx.yml Normal file
View file

@ -0,0 +1,12 @@
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
- '25565-25569:25565-25569' #Minecraft Ports
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt