From afea7e09cb76adc362d338cf30f8e04aaa4e6f21 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 5 Dec 2024 02:14:34 -0600 Subject: [PATCH] Gist --- compose/gist.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compose/gist.yml diff --git a/compose/gist.yml b/compose/gist.yml new file mode 100644 index 0000000..8b47d14 --- /dev/null +++ b/compose/gist.yml @@ -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}