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