fix add missing files
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user