Initial import

This commit is contained in:
Admin
2026-07-11 17:08:37 +00:00
commit 03e5f3452b
303 changed files with 43365 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: edge-compose
services:
edge-nginx:
image: nginx:stable-alpine3.23
container_name: edge-proxy
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- ./edge-proxy/nginx.conf:/etc/nginx/nginx.conf:ro
networks:
edge_proxy:
ipv4_address: 10.60.0.2
networks:
edge_proxy:
name: edge_proxy
driver: bridge
ipam:
config:
- subnet: 10.60.0.0/24