infra/compose/opengist.yml
2025-01-13 11:47:03 -06:00

15 lines
416 B
YAML

services:
server:
image: ghcr.io/thomiceli/opengist:1
restart: unless-stopped
ports:
- "${APP_PORT}:6157"
- "${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}
OG_GITEA_CLIENT_KEY: ${OG_GITEA_CLIENT_KEY}