2024-05-28 16:55:33 -03:00
|
|
|
services:
|
|
|
|
wrapperr:
|
|
|
|
image: ghcr.io/aunefyren/wrapperr:latest
|
2024-12-04 15:40:09 -04:00
|
|
|
container_name: wrapperr
|
2024-05-28 16:55:33 -03:00
|
|
|
restart: unless-stopped
|
2024-12-04 15:40:09 -04:00
|
|
|
ports:
|
|
|
|
- 8282:8282
|
2024-05-28 16:55:33 -03:00
|
|
|
volumes:
|
2024-12-04 15:40:09 -04:00
|
|
|
- /docker/appdata/wrapperr/config:/app/config
|
2024-05-28 16:55:33 -03:00
|
|
|
tautulli:
|
|
|
|
image: ghcr.io/tautulli/tautulli:latest
|
|
|
|
container_name: tautulli
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
2024-12-04 15:40:09 -04:00
|
|
|
- TZ=America/Moncton
|
2024-05-28 16:55:33 -03:00
|
|
|
ports:
|
2024-12-04 15:40:09 -04:00
|
|
|
- 8181:8181
|
|
|
|
volumes:
|
|
|
|
- /docker/appdata/tautulli/config:/config
|