diff --git a/docker-compose.yml b/docker-compose.yml index ab51d1d..0eaa4d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -843,6 +843,11 @@ services: container_name: databasus profiles: ["databasus"] restart: unless-stopped + logging: + driver: "json-file" + options: + max-size: "1m" + max-file: "1" volumes: - databasus_data:/databasus-data healthcheck: diff --git a/scripts/07_final_report.sh b/scripts/07_final_report.sh index 830c498..7df2642 100755 --- a/scripts/07_final_report.sh +++ b/scripts/07_final_report.sh @@ -85,6 +85,9 @@ fi if is_profile_active "portainer"; then echo -e " ${GREEN}*${NC} ${WHITE}Portainer${NC}: Create admin account on first login" fi +if is_profile_active "databasus"; then + echo -e " ${GREEN}*${NC} ${WHITE}Databasus${NC}: Create account and configure backup schedules" +fi if is_profile_active "flowise"; then echo -e " ${GREEN}*${NC} ${WHITE}Flowise${NC}: Register and create your account" fi