services: siti-plugin-repo: image: siti-plugin-repo:local build: context: . pull_policy: never container_name: siti-plugin-repo ports: - "${HOST_PORT:-8080}:${PORT:-3001}" environment: PORT: "${PORT:-3001}" CACHE_TTL_MS: "${CACHE_TTL_MS:-600000}" DB_HOST: "${DB_HOST:-127.0.0.1}" DB_PORT: "${DB_PORT:-3306}" DB_USER: "${DB_USER:-sitiapp}" DB_PASSWORD: "${DB_PASSWORD:-sitiapp}" DB_NAME: "${DB_NAME:-siti_plugin_repo}" JWT_SECRET: "${JWT_SECRET:-change-me}" JWT_EXPIRES_IN: "${JWT_EXPIRES_IN:-7d}" restart: unless-stopped