infra/compose/opengist.yml

15 lines
378 B
YAML
Raw 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"
- "${SSH_PORT}:2222"
2024-12-05 02:14:34 -06:00
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}