update compose and remove default admins

This commit is contained in:
Umputun
2018-01-01 14:28:11 -06:00
parent 6c771cce3b
commit e83c552576
4 changed files with 21 additions and 14 deletions
+7 -4
View File
@@ -18,12 +18,15 @@ services:
- "8080:8080"
environment:
- REMARK_URL=http://remark.umputun.com:8080
- BOLTDB_FILE=/srv/var/remark.db
- SESSION_STORE=/srv/var
- REMARK_URL=https://demo.remark42.com
- 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!
- DEBUG=true
volumes:
- ./var:/srv/var
- ./web:/srv/web # maps web directory directly and propagate local changes to container without redeploy
- ./web:/srv/web # maps web directory directly to propagate local changes to container without redeploy
command: /srv/remark server