infra/compose/opengist.yml
2024-12-17 23:26:14 -06:00

14 lines
378 B
YAML

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}