2025-02-16 21:51:36 +05:30

25 lines
719 B
YAML

services:
dt-api:
image: repo2.hub.gmetri.io/gmetrivr/basin:node-22-dev-v2
container_name: dt_dt-api
ports:
- "4205:4205"
volumes:
- .:/src
command: ["sleep", "inf"]
privileged: true
environment:
#Common Env Vars, PUBLIC_ vars may be exposed to the window also
- PUBLIC_IS_LOCAL=true #Used to check if running in developer machine
- PUBLIC_BUILD_VERSION=local #Used for unique CDN paths on evey build
- PUBLIC_NAMESPACE=local #Used to check environment (is "prod" in production)
- PUBLIC_REPO=dt-api #Repo name
#Repo Specific Env Vars
#If using dev environment
- PORT=4205
networks:
default:
name: dt
external: true