version: "3.9" services: app: build: dockerfile: Dockerfile context: . volumes: - .:/usr/src/app environment: - 3005:3005 ports: - "3005:3005" networks: - api_network extra_hosts: - "host.docker.internal:host-gateway" networks: api_network: