Compare commits
2 commits
39074d0e8e
...
ea23a6912c
Author | SHA1 | Date | |
---|---|---|---|
ea23a6912c | |||
afea7e09cb |
5 changed files with 22 additions and 11 deletions
14
compose/gist.yml
Normal file
14
compose/gist.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
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,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