Skip to content
Snippets Groups Projects
Commit 1fc39445 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

added capo directory volume to docker-compose file for capability and workflow srvs

parent b761dde7
No related branches found
No related tags found
No related merge requests found
version: '3.8'
services:
# schema:
# image: marconi.aoc.nrao.edu/ops/base:workspaces
# depends_on:
# - db
# volumes:
# - ./schema:/code/schema
workflow:
image: marconi.aoc.nrao.edu/workspaces/workflow:dev
ports:
- "3456:3456"
volumes:
- /home/ssa/capo/:/root/.capo
capability:
image: marconi.aoc.nrao.edu/workspaces/capability:dev
ports:
- "3457:3457"
volumes:
- /home/ssa/capo/:/root/.capo
# schema:
# image: marconi.aoc.nrao.edu/ops/base:workspaces
# depends_on:
# - db
# volumes:
# - ./schema:/code/schema
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment