Skip to content

Commit

Permalink
update dev docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 28, 2023
1 parent d53791f commit fec33ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
services:
wis2box:
wis2box-management:
volumes:
- ${WIS2BOX_HOST_DATADIR}:/data/wis2box:rw
- ./wis2box-management/wis2box/wis2box.cron:/etc/cron.d/wis2box:ro
- ./wis2box-management/wis2box:/usr/local/lib/python3.9/site-packages/wis2box-0.3.dev0-py3.9.egg/wis2box
- ./wis2box-management/wis2box:/app/wis2box
command: ["wis2box", "pubsub" , "subscribe", "--broker", "http://wis2box-minio:9000", "--topic", "wis2box-storage/#", "--verbosity", "INFO"]

# wis2box-api:
# volumes:
# - ../../wis2box-api/wis2box_api:/usr/local/lib/python3.8/dist-packages/wis2box_api-0.3.dev0-py3.8.egg/wis2box_api
wis2box-api:
volumes:
- ../wis2box-api/wis2box_api:/app/wis2box_api

elasticsearch:
ports:
Expand Down

0 comments on commit fec33ce

Please sign in to comment.