Commit c2612b66 by Amir Aharon

fix for docker

parent e84cda63
Showing with 3 additions and 4 deletions
......@@ -2,10 +2,9 @@ version: '2'
services:
polling-simulator:
environment:
file: "/tmp/polling.json"
file: "/tmp/polling"
image: municipalitybank.com:5050/mcx/devops/polling-simulator
ports:
- "8085:8053"
volumes:
# - "/home/amir/git/ipgallery/transportation/doc/chicago-polling.json:/tmp/polling.json"
- "/opt/mcx/config/polling-simulator:/tmp"
\ No newline at end of file
- "/opt/mcx/config/polling-simulator:/tmp/polling"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment