services: web: build: . image: dbx-main:latest container_name: dbx-main restart: unless-stopped ports: # NPM이 192.168.0.194:8080 으로 프록시 → 컨테이너 8000으로 전달 - "8080:8000" env_file: - .env