This website requires JavaScript.
Explore
Help
Sign in
Benzine
/
Docker-Swarm-Loadbalancer
Watch
1
Star
0
Fork
You've already forked Docker-Swarm-Loadbalancer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b81e5aa9f8
Docker-Swarm-Loadbalancer
/
postgres
/
postgres_healthcheck.sh
3 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
Add postgres with healthcheck
2024-02-15 00:36:29 +00:00
#!/bin/bash
Add postgres with healthcheck
2024-02-15 00:38:21 +00:00
PG_PASSWORD
=
${
POSTGRES_PASSWORD
}
pg_isready -U
"
${
POSTGRES_USER
}
"
Reference in a new issue
Copy permalink