2020-03-30 11:30:20 +00:00
|
|
|
# Docker Compose config collection
|
|
|
|
|
|
|
|
## How to set up?
|
|
|
|
|
|
|
|
Basically you need to choose which service you want to run and then
|
|
|
|
create needed `.env` files from `.end.dist` template.
|
|
|
|
|
|
|
|
```shell
|
|
|
|
# Choose a service
|
|
|
|
cd folding-at-home
|
|
|
|
# Copy template
|
|
|
|
cp .env.dist .env
|
|
|
|
# edit the config to your preference
|
|
|
|
nano -w .env
|
|
|
|
# Create and run containers
|
|
|
|
docker-compose up -d
|
|
|
|
# Optional: check the logs
|
|
|
|
docker-compose logs -f
|
|
|
|
```
|
|
|
|
|
|
|
|
Some services may require additional configuration. Check for additional `README.md` files
|
2020-03-31 13:33:58 +00:00
|
|
|
or comments in the `docker-compose.yml` files or `.env.dist` templates.
|
|
|
|
|
|
|
|
## Is it working?
|
|
|
|
|
|
|
|
Not every stack is tested to fully work.
|
|
|
|
|
|
|
|
- [x] Duplicati
|
|
|
|
- [x] Folding@Home
|
|
|
|
- [ ] Lidarr (prototype state, see sonarr)
|
|
|
|
- [x] magnetico-web-telegram
|
|
|
|
- [x] magneticod
|
|
|
|
- [x] magneticod-python
|
|
|
|
- [ ] mariadb-common (prototype state)
|
|
|
|
- [ ] mastodon (didn't work when tried to set up)
|
|
|
|
- [x] Murmur (Mumble server)
|
2020-04-29 22:05:11 +00:00
|
|
|
- [ ] NextCloud
|
2020-04-15 23:47:40 +00:00
|
|
|
- [x] Open Streaming Platform
|
2020-03-31 13:33:58 +00:00
|
|
|
- [x] OpenVPN
|
2020-04-29 12:05:38 +00:00
|
|
|
- [x] Portainer
|
2020-03-31 13:33:58 +00:00
|
|
|
- [ ] Postgres Common (prototype state)
|
|
|
|
- [x] Proxy MTProto
|
|
|
|
- [x] Proxy Socks5
|
|
|
|
- [ ] Radarr (prototype state, see sonarr)
|
2020-07-05 01:35:59 +00:00
|
|
|
- [x] Redis
|
2020-03-31 13:33:58 +00:00
|
|
|
- [ ] Sonarr (prototype state, working itself, but transmission-on-host integration didn't work due to path mismatch)
|
2020-04-29 15:34:08 +00:00
|
|
|
- [x] Speedtest (LibreSpeed)
|
2020-08-05 17:50:51 +00:00
|
|
|
- [ ] [Synapse](https://hub.docker.com/r/matrixdotorg/synapse) ([Matrix.org](https://matrix.org/) server)
|
2020-07-18 13:27:27 +00:00
|
|
|
- [x] Watchtower
|
2020-07-26 20:41:44 +00:00
|
|
|
- [ ] [Wireguard](https://hub.docker.com/r/cmulk/wireguard-docker) (prototype state, not working yet)
|
2020-03-31 13:33:58 +00:00
|
|
|
- [ ] Wordpress (prototype state)
|
|
|
|
- [ ] YaCy (abandoned due to upstream code problems)
|