dbg for fb pic

This commit is contained in:
Umputun
2018-02-14 02:21:37 -06:00
parent 0c995a3461
commit b41145d670
3 changed files with 14 additions and 8 deletions
+7 -2
View File
@@ -22,9 +22,14 @@ services:
- BOLTDB_PATH=/srv/var/db
- BACKUP_PATH=/srv/var/backup
- SESSION_STORE=/srv/var/session
- DEV=true # development mode flag. It turns authentication off, be careful!
# - DEV=true # development mode flag. It turns authentication off, be careful!
- DEBUG=true
- REMARK_GOOGLE_CID
- REMARK_GOOGLE_CSEC
- REMARK_GITHUB_CID
- REMARK_GITHUB_CSEC
- REMARK_FACEBOOK_CID
- REMARK_FACEBOOK_CSEC
volumes:
- ./var:/srv/var
- ./web:/srv/web # maps web directory directly to propagate local changes to container without redeploy