Skip to content

Commit

Permalink
provide files & ports in docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermg committed Nov 21, 2019
1 parent 316ae5b commit dda5dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
dockerfile: Dockerfile.dev
volumes:
- ./deps.edn:/home/appuser/deps.edn:ro
- ./figwheel-main.edn:/home/appuser/figwheel-main.edn:ro
- ./browser.cljs.edn:/home/appuser/browser.cljs.edn:ro
- ./node.cljs.edn:/home/appuser/node.cljs.edn:ro
- ./project.clj:/home/appuser/project.clj:ro
- ./Makefile:/home/appuser/Makefile:ro
- ./src:/home/appuser/src:ro
Expand All @@ -15,6 +18,7 @@ services:
# env_file: .env
ports:
- "9988:9988/tcp"
- "9500:9500/tcp"
restart: unless-stopped

volumes:
Expand Down

0 comments on commit dda5dc1

Please sign in to comment.