version: '3' # template: docker-compose.yml services: niming-igapi: build: . container_name: niming-igapi volumes: - ".:/app" ports: - "50050:50050" # frontend.grpc restart: unless-stopped working_dir: /app command: python3 ./app.py