services: web: build: context: . dockerfile: Dockerfile target: dev ports: - "3092:3000" # env_file: # - .env.local volumes: - .:/app - /app/node_modules - /app/.next restart: unless-stopped