services: app: build: . container_name: sprintpadawan ports: - "8080:8080" volumes: - ${ROOT_DIR:-./data}:/data restart: unless-stopped