ajout d'organizr

This commit is contained in:
Mikaël Hardy 2024-01-22 23:15:16 +00:00
parent fa42f1a44e
commit 643b203074
2 changed files with 24 additions and 4 deletions

View File

@ -6,8 +6,6 @@
#### `mediarr`
Network : `HomeProxy`
Contient l'ensemble de mes downloader en -arr
- Sonarr TV
- Sonarrr Anime
@ -19,14 +17,16 @@ Contient l'ensemble de mes downloader en -arr
#### `npm`
Network : `HomeProxy`
Nginx-proxy-manager
#### `speedtest`
Speedtest-monitor
#### `organizr`
Landing page pour [Home.mikee](https://home.mikee.fr)
### Autres Networks
### `watchtower`

View File

@ -0,0 +1,20 @@
version: "3.6"
services:
organizr:
container_name: organizr
hostname: organizr
image: organizr/organizr:latest
restart: unless-stopped
ports:
- 8881:80
volumes:
- /home/mikee/docker/oragnizr/config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
networks:
- HomeProxy
networks:
HomeProxy:
external: true