Skip to content

Commit

Permalink
Merge pull request #63 from HeadingMobile/dev
Browse files Browse the repository at this point in the history
update composefile
  • Loading branch information
zakiso authored Apr 19, 2019
2 parents 3a3778e + 69cc48a commit 1b56d18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 167 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ node_modules/
.idea/

upload/

docker/data/
docker/upload/
temp/
166 changes: 6 additions & 160 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ services:
ports:
- "27017:27017"
networks:
appnet:
aliases:
- mongo
- appnet

server:
build:
context: ../
dockerfile: docker/Dockerfile
environment:
FABU_DB_HOST: mongo
FABU_BASE_URL: https://fabu.apppills.com
FABU_UPLOAD_DIR: /fabu/upload
ports:
- "9898:9898"
volumes:
- ./upload:/fabu/upload
depends_on:
- mongo
networks:
appnet:
aliases:
- fabu-server
- appnet

networks:
appnet:
Expand Down

0 comments on commit 1b56d18

Please sign in to comment.