# Portainer Edge Agent - concord-nuc # Connects to Portainer server on Atlantis (100.83.230.112:8000) # Deploy: docker compose -f portainer_agent.yaml up -d services: portainer_edge_agent: image: portainer/agent:2.33.7 container_name: portainer_edge_agent restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/docker/volumes:/var/lib/docker/volumes - /:/host - portainer_agent_data:/data environment: EDGE: "1" EDGE_ID: "be02f203-f10c-471a-927c-9ca2adac254c" EDGE_KEY: "aHR0cDovLzEwMC44My4yMzAuMTEyOjEwMDAwfGh0dHA6Ly8xMDAuODMuMjMwLjExMjo4MDAwfGtDWjVkTjJyNXNnQTJvMEF6UDN4R3h6enBpclFqa05Wa0FCQkU0R1IxWFU9fDQ0MzM5OA" EDGE_INSECURE_POLL: "1" volumes: portainer_agent_data: