Skip to content

Commit

Permalink
Fix docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jun 29, 2017
1 parent d1cd924 commit a91dbaa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
18 changes: 10 additions & 8 deletions devel-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
shell:
build: .
volumes:
# - ./corpus:/corpus
- ./src:/src
command: sh -c "tail -f /dev/null"
ports:
- "6543:6543"
version: "2"
services:
shell:
build: .
volumes:
# - ./corpus:/corpus
- ./src:/src
command: sh -c "tail -f /dev/null"
ports:
- "6543:6543"
10 changes: 6 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pyramid:
image: tiberiuichim/topicserver:v0.1
ports:
- "80:6543"
version: "2"
services:
pyramid:
image: tiberiuichim/topicserver:v0.1
ports:
- "80:6543"
2 changes: 1 addition & 1 deletion enter_shell.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker-compose exec shell bash
docker-compose -f devel-compose.yml exec shell bash

0 comments on commit a91dbaa

Please sign in to comment.