Inicjalizacja repozytorium po uporządkowaniu Gitea; dodanie gitignore

This commit is contained in:
root
2026-03-17 23:41:37 +01:00
commit 5e72233730
22 changed files with 631 additions and 0 deletions

20
nginx/compose.yaml Normal file
View File

@@ -0,0 +1,20 @@
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