version: "3.9" services: aesthetic: container_name: "aesthetic_service" build: ./build/ ports: - "8777:8777" restart: always