Initial commit

This commit is contained in:
Dan
2026-06-20 22:19:44 -06:00
commit 0947c14027
4 changed files with 72 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
portainer-proxy:
build: .
image: portainer-proxy:latest
container_name: portainer-proxy
restart: unless-stopped
ports:
- "8080:8080"
environment:
- PORTAINER_URL=http://192.168.0.62:9000
networks:
- traefik-public
networks:
traefik-public:
external: true