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}