Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzapp committed Jul 29, 2018
2 parents 5cd49b9 + 6670d06 commit e3c78c1
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8,779 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ dump/*

# SSL
certs/*

# NPM
package-lock.json
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
- n-hashbrown
restart: unless-stopped
command: "node /opt/hashbrown-cms"
environment:
- MONGODB_HOST=mongodb
volumes:
- "./:/opt/hashbrown-cms"
- "v-hashbrown-storage:/opt/hashbrown-cms/storage"
Expand Down
Loading

0 comments on commit e3c78c1

Please sign in to comment.