feat: add proxy and statistics features
This commit is contained in:
14
docker-compose.agent.local.yml
Normal file
14
docker-compose.agent.local.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: containarr-local
|
||||
|
||||
services:
|
||||
agent:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: agent/Dockerfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
CONTAINARR_SERVER_URL: "http://server:9090"
|
||||
CONTAINARR_AGENT_TOKEN: "3fd97ce6-1c03-4609-b2a1-5949d69da4df"
|
||||
RUST_LOG: "info"
|
||||
Reference in New Issue
Block a user