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
This repo contains different sample Docker Compose configurations for the Torrust Index.
5
+
This repo contains different sample Docker Compose configurations for the [Torrust Index](https://github.com/torrust/torrust-index).
6
6
7
7
The current configurations are:
8
8
9
-
-[`demo`](./demo/README.md): demo configuration, just to try the index.
9
+
-[`demo`](./demo/README.md): demo configuration, just to try the index locally.
10
+
-[`droplet`](./droplet/README.md): configuration to install the Index in a [Digital Ocean Droplet](https://www.digitalocean.com/products/droplets). It should be very similar to any virtual machine.
10
11
11
12
## Requirements
12
13
@@ -27,16 +28,6 @@ After running the application remember the following:
27
28
- Make sure you mount a volume to persist database data. That should be the default behavior, but it's better to be sure.
28
29
Some configurations use a [mail catcher](https://mailcatcher.me/) container to catch emails sent by the index. You can access the mail catcher web interface at <http://localhost:1080>.
29
30
30
-
## Contributing
31
-
32
-
We welcome contributions from the community!
33
-
34
-
How can you contribute?
35
-
36
-
- Add new examples.
37
-
- Bug reports and feature requests.
38
-
- Code contributions. You can start by looking at the issues labeled ["good first issues"](https://github.com/torrust/torrust-compose/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
39
-
40
31
### MegaLinter
41
32
42
33
Running MegaLinter locally:
@@ -62,3 +53,17 @@ Run only one linter using the linter `Key`:
- Code contributions. You can start by looking at the issues labeled ["good first issues"](https://github.com/torrust/torrust-compose/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
66
+
67
+
## Links
68
+
69
+
- In the [Torrust Demo Repository](https://github.com/torrust/torrust-demo), we are tracking issues with the [Index Live Demo](https://index.torrust-demo.com/torrents) which uses the [`droplet`](./droplet/README.md) configuration in this repo.
0 commit comments