Skip to content

Commit

Permalink
Merge pull request #103 from mountaindude/master
Browse files Browse the repository at this point in the history
4.2.0 RC3
  • Loading branch information
mountaindude authored Nov 16, 2020
2 parents e744387 + 6406558 commit 59b4f67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ services:
container_name: butler
restart: always
ports:
- "8080:8080" # REST API available on port 8180 to services outside the container
- "9997:9997" # UDP port for session connection events
- "9998:9998" # UDP port for task failure events
- "8080:8080" # REST API available on port 8180 to services outside the container
- "9997:9997/udp" # UDP port for session connection events
- "9998:9998/udp" # UDP port for task failure events
volumes:
# Make config file accessible outside of container
- "./config:/nodeapp/config"
- "./log:/nodeapp/log"
environment:
- "NODE_ENV=production"
logging:
Expand Down

0 comments on commit 59b4f67

Please sign in to comment.