Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
19 lines
403 B
YAML
19 lines
403 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
opencortex:
|
|
build:
|
|
context: ../..
|
|
dockerfile: deploy/docker/Dockerfile
|
|
container_name: opencortex
|
|
restart: unless-stopped
|
|
ports:
|
|
- "${ORG_AGENT_DAEMON_PORT:-9105}:${ORG_AGENT_DAEMON_PORT:-9105}"
|
|
- "${ORG_AGENT_WEB_PORT:-8080}:${ORG_AGENT_WEB_PORT:-8080}"
|
|
volumes:
|
|
- /memex:/memex
|
|
|
|
networks:
|
|
sandbox-net:
|
|
driver: bridge
|