Files
server_config/nginx/compose.yaml

21 lines
393 B
YAML

name: nginx-vpn
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
# --- Wszystko dostępne TYLKO przez VPN ---
- '80:80'
- '443:443'
- '81:81'
- '30230:80'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
networks:
- central_dogma
networks:
central_dogma:
external: true