version: '3.8' services: coin_api: build: . image: coin_api container_name: coin_api ports: - "32900:32900" restart: always