GitNexus/docker-compose.yaml
2026-04-16 00:26:30 +05:30

7 lines
217 B
YAML

services:
gitnexus-web:
image: ${IMAGE_NAME:-ghcr.io/abhigyanpatwari/gitnexus:latest}
container_name: ${CONTAINER_NAME:-gitnexus-web}
ports:
- "${HOST_PORT:-4173}:4173"
restart: unless-stopped