:)
This commit is contained in:
parent
afea7e09cb
commit
ea23a6912c
4 changed files with 8 additions and 11 deletions
|
@ -16,6 +16,14 @@ services:
|
|||
ports:
|
||||
- 8096:8096
|
||||
restart: unless-stopped
|
||||
runtime: nvidia
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue