version: '3.8' services: app: build: . ports: - "9000:8080" restart: unless-stopped