update compose and remove default admins
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user