This commit is contained in:
2024-12-05 02:14:34 -06:00
parent 39074d0e8e
commit afea7e09cb

14
compose/gist.yml Normal file
View 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}