Skip to content

Commit 7e7b1c7

Browse files
committed
Add about panubo section to README.md
1 parent bd13279 commit 7e7b1c7

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A collection of PostgreSQL scripts for automating common DBA tasks in a Docker-centric way.
44

5+
<!-- BEGIN_TOP_PANUBO -->
6+
> [!IMPORTANT]
7+
> **Maintained by Panubo** — Cloud Native & SRE Consultants in Sydney.
8+
> [Work with us →](https://panubo.com.au)
9+
<!-- END_TOP_PANUBO -->
10+
511
## Documentation
612

713
Documentation for each subcommand:
@@ -65,4 +71,21 @@ Feature incomplete. Work in progress.
6571

6672
* `Example` - Create user
6773

68-
```docker run --rm -i -t -e DATABASE_HOST=localhost -e DATABASE_USERNAME=postgres -e DATABASE_PASSWORD=mysecretpassword -e DATABASE_PORT=5432 --network=host docker.io/panubo/postgres-toolbox create-user-db test test```
74+
```docker run --rm -i -t -e DATABASE_HOST=localhost -e DATABASE_USERNAME=postgres -e DATABASE_PASSWORD=mysecretpassword -e DATABASE_PORT=5432 --network=host docker.io/panubo/postgres-toolbox create-user-db test test```
75+
76+
<!-- BEGIN_BOTTOM_PANUBO -->
77+
> [!IMPORTANT]
78+
> ## About Panubo
79+
>
80+
> This project is maintained by Panubo, a technology consultancy based in Sydney, Australia. We build reliable, scalable systems and help teams master the cloud-native ecosystem.
81+
>
82+
> We are available for hire to help with:
83+
>
84+
> * SRE & Operations: Improving system reliability and incident response.
85+
> * Platform Engineering: Building internal developer platforms that scale.
86+
> * Kubernetes: Cluster design, security auditing, and migrations.
87+
> * DevOps: Streamlining CI/CD pipelines and developer experience.
88+
> * [See our other services](https://panubo.com.au/services)
89+
>
90+
> Need a hand with your infrastructure? [Let’s have a chat](https://panubo.com.au/contact) or email us at team@panubo.com.
91+
<!-- END_BOTTOM_PANUBO -->

0 commit comments

Comments
 (0)