services: web: build: . restart: unless-stopped env_file: - .env ports: - "3000:3000" extra_hosts: - "host.docker.internal:host-gateway"