OpenGist fix

This commit is contained in:
2025-01-13 11:47:03 -06:00
parent ef030d378d
commit 44219f3393

View File

@ -4,10 +4,11 @@ services:
restart: unless-stopped
ports:
- "${APP_PORT}:6157"
- "${SSH_PORT}:2222"
- "${SSH_PORT}:${SSH_PORT}"
volumes:
- ${ROOT_DIR}:/opengist
environment:
OG_SSH_PORT: ${SSH_PORT}
OG_GITEA_NAME: ${OG_GITEA_URL}
OG_GITEA_URL: ${OG_GITEA_URL}
OG_GITEA_SECRET: ${OG_GITEA_SECRET}