fix add missing files

This commit is contained in:
2026-05-18 09:40:28 +02:00
parent 3b4a841bf5
commit ad64766cd6
6 changed files with 62 additions and 28 deletions

View File

@ -1,8 +1,6 @@
services:
server:
build:
context: ./server
image: containarr-server:latest
image: gitea.anthonybouteiller.ovh/blomios/containarr-server:latest
restart: unless-stopped
ports:
- "8080:8080" # HTTP + WebSocket (PWA)
@ -18,12 +16,8 @@ services:
ADMIN_PASSWORD: "${ADMIN_PASSWORD}"
BOOTSTRAP_TOKENS: "local:${LOCAL_AGENT_TOKEN}"
# Agent for the local VM (same host as the server).
agent:
build:
context: .
dockerfile: agent/Dockerfile
image: containarr-agent:latest
image: gitea.anthonybouteiller.ovh/blomios/containarr-agent:latest
restart: unless-stopped
depends_on:
- server