This commit is contained in:
2024-12-17 23:26:14 -06:00
parent 45f89d68bb
commit 20416b2045
10 changed files with 44 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
server:
image: ghcr.io/thomiceli/opengist:1
restart: unless-stopped
ports:
- "${APP_PORT}:6157"
- "${SSH_PORT}: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}