Skip to content

Commit

Permalink
#110 - docker-compose.yml for SoX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Donovan committed Sep 24, 2019
1 parent c4bdfc6 commit 1ec4e9b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions configuration/awave-deployment/sox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: '3.3'
services:
sox-sdx-ctlr:
image: sdx_container
container_name: sox-sdx-ctlr
ports:
- '5000:5000'
- '5555:5555'
volumes:
- /home/sdx/dev:/development:rw
environment:
- MANIFEST=/development/configuration/awave-deployment/awave.manifest
- IPADDR=0.0.0.0
- PORT=5000
- LCPORT=5555
- PYTHONPATH=.:/development/
- AWAVEDIR=/development
restart: always

sox-local-ctlr:
image: lc_container
container_name: sox-local-ctlr
ports:
- '6653:6653'
volumes:
- /home/sdx/dev:/development:rw
environment:
- MANIFEST=/development/configuration/awave-deployment/awave.manifest
- SITE=gt-ctlr-149-223
- PYTHONPATH=.:/development/
- SDXIP=sox-sdx-ctlr
- AWAVEDIR=/development

0 comments on commit 1ec4e9b

Please sign in to comment.