services: chocoadmin: build: context: . dockerfile: Dockerfile image: chocoadmin-stage:latest container_name: stage-chocoadmin expose: - "3000" env_file: - .env.stage environment: NODE_ENV: production APP_ENV: stage PORT: 3000 HOSTNAME: 0.0.0.0 TZ: Asia/Seoul networks: - proxy-network restart: unless-stopped networks: proxy-network: external: true