We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c1805 commit 8c0bac9Copy full SHA for 8c0bac9
pmcompose_templates/docker-compose.yaml.tmpl
@@ -6,6 +6,7 @@ services:
6
PAPERMERGE__AUTH__USERNAME: {{.UserLoginCredentials.Username }}
7
PAPERMERGE__AUTH__PASSWORD: {{.UserLoginCredentials.Password }}
8
PAPERMERGE__DATABASE__URL: postgresql://coco:jumbo@db:5432/pmgdb
9
+ PAPERMERGE__REDIS__URL: redis://redis:6379/0
10
PAPERMERGE__MAIN__MEDIA_ROOT: /var/media/pmg
11
ports:
12
- "{{ .WebAppPort }}:80"
0 commit comments