First version

This commit is contained in:
2025-07-24 18:10:41 +02:00
commit 470fc0d1f6
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="stephane.david"
ENTRYPOINT ["top", "-b"]
+14
View File
@@ -0,0 +1,14 @@
services:
whisparr:
container_name: whisparr
image: ghcr.io/hotio/whisparr
ports:
- "6969:6969"
environment:
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/Paris
volumes:
- /var/lib/docker/volumes/whisparr/config:/config
- /var/lib/docker/volumes/whisparr/data:/data