Skip to content

Commit ff0d27f

Browse files
committed
fix: Undo dev change
1 parent d647342 commit ff0d27f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,16 @@ services:
1212
- '127.0.0.1:8080:8080'
1313
volumes:
1414
- ./data/hub:/app/data
15+
16+
agent:
17+
image: ghcr.io/orcacd/agent:latest # Replace with your actual image version tag
18+
container_name: orca-agent
19+
restart: unless-stopped
20+
env_file: .env
21+
security_opt:
22+
- no-new-privileges:true
23+
cap_drop:
24+
- ALL
25+
use_api_socket: true # Allows container to access Docker API on host
26+
depends_on: # Remove this if you are only deploying the agent on a host without the hub
27+
- hub

0 commit comments

Comments
 (0)