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