Browse Source
Merge pull request #94 from JeffVandrewJr/patch-2
Update LibrePatron (two items)
feature/auto_ssh
Nicolas Dorier
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
docker-compose-generator/docker-fragments/opt-add-librepatron.yml
|
|
@ -3,13 +3,14 @@ services: |
|
|
|
librepatron: |
|
|
|
container_name: librepatron |
|
|
|
restart: unless-stopped |
|
|
|
image: jvandrew/librepatron:0.6.76 |
|
|
|
image: jvandrew/librepatron:0.6.78 |
|
|
|
expose: |
|
|
|
- "8006" |
|
|
|
volumes: |
|
|
|
- data-volume:/var/lib/db |
|
|
|
- config-volume:/var/lib/config |
|
|
|
environment: |
|
|
|
BTCPAY_HOST: ${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST} |
|
|
|
COMMENTS_SUBURI: "1" |
|
|
|
SITEURL: ${BTCPAY_PROTOCOL:-https}://${LIBREPATRON_HOST} |
|
|
|
SECRET_KEY_LOCATION: /var/lib/db/key |
|
|
|