mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-17 23:52:36 +00:00
7 lines
217 B
YAML
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
|