Compare commits
No commits in common. "ea23a6912c9a3ce8dc5eed0562e6d045e47f39f5" and "39074d0e8e6c5fb2704b98ea15a808f579a206f7" have entirely different histories.
ea23a6912c
...
39074d0e8e
5 changed files with 11 additions and 22 deletions
|
@ -1,14 +0,0 @@
|
||||||
services:
|
|
||||||
server:
|
|
||||||
image: ghcr.io/thomiceli/opengist:1
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "6157:6157"
|
|
||||||
- "420:2222"
|
|
||||||
volumes:
|
|
||||||
- ${ROOT_DIR}:/opengist
|
|
||||||
environment:
|
|
||||||
OG_GITEA_NAME: ${OG_GITEA_URL}
|
|
||||||
OG_GITEA_URL: ${OG_GITEA_URL}
|
|
||||||
OG_GITEA_SECRET: ${OG_GITEA_SECRET}
|
|
||||||
OG_GITEA_CLIENT_KEY: ${OG_GITEA_CLIENT_KEY}
|
|
|
@ -16,14 +16,6 @@ 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
|
||||||
|
|
11
compose/uptime.yml
Normal file
11
compose/uptime.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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