services: web: build: context: . dockerfile: Dockerfile args: NEXT_PUBLIC_API_BASE_URL: https://habib.nwhco.ir NEXT_PUBLIC_SECURITY_KEY: t5yugymks5458fd4ghfg6h6fg image: marriage_staging_web:latest container_name: marriage_staging_web restart: unless-stopped env_file: - .env.staging ports: - "127.0.0.1:5561:3000" environment: - NODE_ENV=production - NEXT_PUBLIC_API_BASE_URL=https://habib.nwhco.ir - API_BASE_URL=http://najm-backend:8000 - NEXT_PUBLIC_SECURITY_KEY=t5yugymks5458fd4ghfg6h6fg healthcheck: test: ["CMD", "wget", "-qO-", "http://127.0.0.1:3000/healthz"] interval: 30s timeout: 5s retries: 3 start_period: 15s networks: najm_staging_net: aliases: - marriage-staging-web networks: najm_staging_net: external: true