-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration to run the Index on a Digital Ocean droplet #2
Comments
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 1, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 5, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 5, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 5, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 11, 2023
josecelano
added a commit
to torrust/torrust-tracker
that referenced
this issue
Dec 14, 2023
…pi/health_check` 985633e feat!: [#537] move API healthcheck endpoint (Jose Celano) Pull request description: Relates to: torrust/torrust-compose#2 From: `GET /health_check` To: `GET /api/health_check` To avoid collission with HTTP Tracker health check enpoint when the API and the HTTP Tracker are using the same domain+port. For example: - API: https://tracker.com:443/api/ - HTTP tracker: https://tracker.com:443/ Old health check endpoints: - API: https://tracker.com:443/health_check - HTTP tracker: https://tracker.com:443/health_check New API health check endpoint: - API: https://tracker.com:443/api/health_check - HTTP tracker: https://tracker.com:443/health_check ACKs for top commit: josecelano: ACK: 985633e Tree-SHA512: 9c7fde53268b0887e9ea282a554e2c2c6e6b548858f8254c35b095dc8657069a1e22651ebabd375ab4f8d0df1b30f7c5e282e9b96cfa2d4e38fe70eee975a414
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 14, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 14, 2023
josecelano
added a commit
to josecelano/torrust-compose
that referenced
this issue
Dec 14, 2023
josecelano
added a commit
that referenced
this issue
Dec 14, 2023
c989795 feat: [#2] new example config for dropplet (Jose Celano) Pull request description: Example production compose configuration to run Torrust on a Digital Ocean droplet with: - SQLite. - Let's Encrypt (HTTPs). Auto-renewal of certificates. - No firewall rules. Digital Ocean Firewall service could be enabled. ACKs for top commit: josecelano: ACK c989795 Tree-SHA512: 22d3c98c430b6bc8eceac03003e6afe9b93441fe861f254f6040f8d09099c992541d92d0b38d74f68f43150c5e300cb45b94c703ff34364d78d66f151d175b06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following this guide: https://www.digitalocean.com/community/tutorials/how-to-secure-a-containerized-node-js-application-with-nginx-let-s-encrypt-and-docker-compose
The text was updated successfully, but these errors were encountered: