diff --git a/public/svgs/databasus.svg b/public/svgs/databasus.svg new file mode 100644 index 000000000..f7fb1c849 --- /dev/null +++ b/public/svgs/databasus.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/svgs/postgresus.svg b/public/svgs/postgresus.svg deleted file mode 100644 index a45e81167..000000000 --- a/public/svgs/postgresus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/compose/postgresus.yaml b/templates/compose/databasus.yaml similarity index 82% rename from templates/compose/postgresus.yaml rename to templates/compose/databasus.yaml index 8f06599e5..ac91a7ec3 100644 --- a/templates/compose/postgresus.yaml +++ b/templates/compose/databasus.yaml @@ -2,7 +2,7 @@ # slogan: Databasus is a free, open source and self-hosted tool to backup PostgreSQL, MySQL, and MongoDB. # category: devtools # tags: postgres,mysql,mongo,backup -# logo: svgs/postgresus.svg +# logo: svgs/databasus.svg # port: 4005 services: @@ -14,7 +14,7 @@ services: - 'databasus-data:/databasus-data' healthcheck: test: - ["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"] + ['CMD', 'wget', '-qO-', 'http://localhost:4005/api/v1/system/health'] interval: 5s timeout: 10s retries: 5