name: auto-stars services: auto-stars: image: git.sakamoto.best/lolz/auto-stars:latest user: ${UID:-1000}:${GID:-1000} volumes: - ${LOGS_PATH:-./logs}:/app/logs - ${STORAGE_PATH:-./storage}:/app/storage env_file: .env restart: unless-stopped