Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBalfanz committed Mar 24, 2017
1 parent 3d9086c commit 063c2f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3"
services:
web:
build: .
env_file: .env
command: python rtmbot.py
volumes:
- .:/src
expose:
- "8000"

0 comments on commit 063c2f5

Please sign in to comment.