Skip to content

Commit

Permalink
update docker-compose-dev.yml to match with docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Aug 3, 2016
1 parent d79ee65 commit b46c342
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: '2'
services:
web:
image: andyli/tora
build: ..
ports:
- "2000:80"
environment:
- HAXELIB_DB_HOST=dbHost
- HAXELIB_DB_PORT=3306
- HAXELIB_DB_USER=dbUser
- HAXELIB_DB_PASS=dbPass
- HAXELIB_DB_NAME=haxelib
volumes:
- ../www:/var/www/html
dbHost:
Expand Down

0 comments on commit b46c342

Please sign in to comment.