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