... | ... | @@ -25,6 +25,9 @@ Christian, OA4DOA has very kindly customised HBMonitor for FreeDMR. This is now |
|
|
#where to store TLS certificates
|
|
|
#and acme.sh files
|
|
|
volumes:
|
|
|
# If you are going to provide your own cert, put the files here
|
|
|
# called cert.pem, key.pem, chain.pem
|
|
|
# If you are using auto-generated certs, leave the directory empty
|
|
|
- '/etc/freedmr/certs/:/opt/apachecerts/'
|
|
|
- '/etc/freedmr/acme.sh:/root/.acme.sh/'
|
|
|
ports:
|
... | ... | @@ -46,6 +49,8 @@ Christian, OA4DOA has very kindly customised HBMonitor for FreeDMR. This is now |
|
|
|
|
|
#Note -the gencert.sh script only works when the webserver is available on the default port 80
|
|
|
#If it's on non-standard ports, you'll need to request the certificates manually.
|
|
|
|
|
|
# Also don't run the gencert.sh script if you have provided your own certs.
|
|
|
- 'USE_TLS=1'
|
|
|
networks:
|
|
|
app_net:
|
... | ... | |