services: history-temp-api: build: context: . dockerfile: Dockerfile container_name: history-temp-api restart: unless-stopped ports: - "3012:3000" networks: - history-temp-api-network networks: history-temp-api-network: driver: bridge