Inicjalizacja repozytorium po uporządkowaniu Gitea; dodanie gitignore
This commit is contained in:
20
nginx/compose.yaml
Normal file
20
nginx/compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user