feat: add PawSQL docs examples and image CI
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 2m28s
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 2m28s
This commit is contained in:
18
examples/Barkfile
Normal file
18
examples/Barkfile
Normal file
@@ -0,0 +1,18 @@
|
||||
pawsql {
|
||||
listen :5432
|
||||
|
||||
tls {
|
||||
cert /etc/pawsql/tls/fullchain.pem
|
||||
key /etc/pawsql/tls/privkey.pem
|
||||
}
|
||||
|
||||
database bark_bistro {
|
||||
hostname bistro.pawsql.test
|
||||
upstream bark-bistro:5432
|
||||
}
|
||||
|
||||
database wagging_tail {
|
||||
hostname tail.pawsql.test
|
||||
upstream wagging-tail:5432
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user