infra/compose/opengist.yml

16 lines
416 B
YAML
Raw Permalink Normal View History

2024-12-05 02:14:34 -06:00
services:
server:
image: ghcr.io/thomiceli/opengist:1
restart: unless-stopped
ports:
2024-12-17 23:26:14 -06:00
- "${APP_PORT}:6157"
2025-01-13 11:47:03 -06:00
- "${SSH_PORT}:${SSH_PORT}"
2024-12-05 02:14:34 -06:00
volumes:
- ${ROOT_DIR}:/opengist
environment:
2025-01-13 11:47:03 -06:00
OG_SSH_PORT: ${SSH_PORT}
2024-12-05 02:14:34 -06:00
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}