You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker-compose and nginx-proxy makes running an https protected server super painless. Perhaps this information can be added to a README or HOWTO somewhere? (c.f. #38, #65)
This assumes you've defined DOMAIN in your .env and set up your hosting DNS for rmfakecloud appropriately; those values can be changed to taste. All the standard docker-compose modifications (local or named volumes, restart policy, etc.) apply.
As an aside, would it be possible to tag the images on dockerhub with the release version number in addition to just latest?
The text was updated successfully, but these errors were encountered:
Docker-compose and nginx-proxy makes running an https protected server super painless. Perhaps this information can be added to a README or HOWTO somewhere? (c.f. #38, #65)
Once nginx-proxy and acme-companion are set up (see https://github.com/nginx-proxy/acme-companion), define a service in docker-compose.yml as follows:
This assumes you've defined
DOMAIN
in your.env
and set up your hosting DNS forrmfakecloud
appropriately; those values can be changed to taste. All the standard docker-compose modifications (local or named volumes, restart policy, etc.) apply.As an aside, would it be possible to tag the images on dockerhub with the release version number in addition to just
latest
?The text was updated successfully, but these errors were encountered: