Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user