Skip to content

Commit 8c0bac9

Browse files
committed
add REDIS__URL
1 parent c2c1805 commit 8c0bac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pmcompose_templates/docker-compose.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
PAPERMERGE__AUTH__USERNAME: {{.UserLoginCredentials.Username }}
77
PAPERMERGE__AUTH__PASSWORD: {{.UserLoginCredentials.Password }}
88
PAPERMERGE__DATABASE__URL: postgresql://coco:jumbo@db:5432/pmgdb
9+
PAPERMERGE__REDIS__URL: redis://redis:6379/0
910
PAPERMERGE__MAIN__MEDIA_ROOT: /var/media/pmg
1011
ports:
1112
- "{{ .WebAppPort }}:80"

0 commit comments

Comments
 (0)