This commit is contained in:
Atridad Lahiji 2024-12-09 00:33:08 -07:00
parent afea7e09cb
commit ea23a6912c
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
4 changed files with 8 additions and 11 deletions

View file

@ -16,6 +16,14 @@ services:
ports: ports:
- 8096:8096 - 8096:8096
restart: unless-stopped restart: unless-stopped
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
jellyseerr: jellyseerr:
image: fallenbagel/jellyseerr:latest image: fallenbagel/jellyseerr:latest

View file

@ -1,11 +0,0 @@
# SAMPLE ENV
services:
app:
image: "louislam/uptime-kuma:1"
ports:
- "17958:3001"
environment:
ROOT_DIR: ${ROOT_DIR}
volumes:
- "${ROOT_DIR}:/app/data"