services: web: build: . container_name: dbx-main-local restart: "no" ports: # 로컬에서는 http://localhost:8080 으로 접속 - "8080:8000" env_file: - .env.local