feat: add first page with auth and containers list and agents
This commit is contained in:
13
docker-compose.agent.yml
Normal file
13
docker-compose.agent.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
agent:
|
||||
image: ghcr.io/containarr/agent:latest # or build locally
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: agent/Dockerfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
CONTAINARR_SERVER_URL: "${CONTAINARR_SERVER_URL}"
|
||||
CONTAINARR_AGENT_TOKEN: "${CONTAINARR_AGENT_TOKEN}"
|
||||
RUST_LOG: "info"
|
||||
Reference in New Issue
Block a user