Compare commits

..

No commits in common. "2e7253de0875c7ecc77112443565ba6f73572b7b" and "edfb8bcd72781a81488f903952ebc25de03ec439" have entirely different histories.

2 changed files with 21 additions and 19 deletions

View file

@ -25,34 +25,36 @@ or comments in the `docker-compose.yml` files or `.env.dist` templates.
Not every stack is tested to fully work. Not every stack is tested to fully work.
- [x] [Duplicati](https://hub.docker.com/r/linuxserver/duplicati) - [x] Duplicati
- [x] [Folding@Home](https://hub.docker.com/r/johnktims/folding-at-home) - [x] Folding@Home
- [x] [Gatus](https://github.com/TwiN/gatus) - [x] [Gatus](https://github.com/TwiN/gatus)
- [x] [Gitea](https://gitea.io/) - [x] [Gitea](https://gitea.io/)
- [x] [I2PD](https://github.com/PurpleI2P/i2pd) - [x] [I2PD](https://github.com/PurpleI2P/i2pd)
- [x] [~~JDownloader~~](https://jdownloader.org) (tested, but abandoned) - [x] [~~JDownloader~~](https://jdownloader.org) (tested, but abandoned)
- [x] [Joplin](https://hub.docker.com/r/joplin/server) (working, abandoned) - [x] [Joplin](https://hub.docker.com/r/joplin/server) (working, abandoned)
- [ ] [Lidarr](https://hub.docker.com/r/linuxserver/lidarr) (didn't test, may not work) - [ ] Lidarr (didn't test, may not work)
- [x] [magnetico-web-telegram](https://hub.docker.com/r/skobkin/magnetico-web-telegram-bot) - [x] magnetico-web-telegram
- [x] [magneticod](https://hub.docker.com/r/boramalper/magneticod) - [x] magneticod
- [x] [~~magneticod-python~~](https://hub.docker.com/r/skobkin/magneticod-python) (legacy) - [x] magneticod-python
- [ ] ~~mariadb-common~~ (abandoned for now) - [ ] ~~mariadb-common~~ (abandoned for now)
- [x] [Murmur](https://gitlab.com/skobkin/docker-murmur/container_registry/2667847) (Mumble server) - [ ] mastodon (didn't work when tried to set up)
- [ ] [NextCloud](https://hub.docker.com/r/linuxserver/nextcloud) - [x] Murmur (Mumble server)
- [x] [Open Streaming Platform](https://hub.docker.com/r/deamos/openstreamingplatform) - [ ] NextCloud
- [x] [OpenVPN](https://hub.docker.com/r/kylemanna/openvpn) - [x] Open Streaming Platform
- [x] OpenVPN
- [ ] [Owncast](https://owncast.online/) - [ ] [Owncast](https://owncast.online/)
- [x] [Portainer](https://hub.docker.com/r/portainer/portainer) - [x] Portainer
- [ ] ~~Postgres Common~~ (abandoned for now) - [ ] ~~Postgres Common~~ (abandoned for now)
- [x] [Proxy MTProto](https://hub.docker.com/r/mtproxy/mtproxy) - [x] Proxy MTProto
- [x] [Proxy Socks5](https://hub.docker.com/r/serjs/go-socks5-proxy) - [x] Proxy Socks5
- [x] [Radarr](https://hub.docker.com/r/linuxserver/radarr) - [x] Radarr
- [x] [Redis](https://hub.docker.com/_/redis) - [x] Redis
- [x] [Sonarr](https://hub.docker.com/r/linuxserver/sonarr) - [x] Sonarr
- [x] [Speedtest](https://hub.docker.com/r/adolfintel/speedtest) (LibreSpeed) - [x] Speedtest (LibreSpeed)
- [x] [Synapse](https://hub.docker.com/r/matrixdotorg/synapse) ([Matrix.org](https://matrix.org/) server) - [x] [Synapse](https://hub.docker.com/r/matrixdotorg/synapse) ([Matrix.org](https://matrix.org/) server)
- [x] [Syncthing](https://hub.docker.com/r/linuxserver/syncthing) - [x] [Syncthing](https://hub.docker.com/r/linuxserver/syncthing)
- [x] [Tor Privoxy](https://hub.docker.com/r/dperson/torproxy) - [x] [Tor Privoxy](https://hub.docker.com/r/dperson/torproxy)
- [x] [Watchtower](https://hub.docker.com/r/containrrr/watchtower) - [x] Watchtower
- [ ] [Wireguard](https://hub.docker.com/r/cmulk/wireguard-docker) (prototype state, not working yet) - [ ] [Wireguard](https://hub.docker.com/r/cmulk/wireguard-docker) (prototype state, not working yet)
- [ ] ~~Wordpress~~ (abandoned) - [ ] ~~Wordpress~~ (abandoned)
- [ ] ~~YaCy~~ (abandoned due to upstream code problems)

View file

@ -2,7 +2,7 @@ version: '3.7'
services: services:
redis: redis:
# https://hub.docker.com/_/redis # https://hub.docker.com/r/portainer/portainer
image: redis:alpine image: redis:alpine
container_name: redis container_name: redis
ports: ports: