mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Add Postgresus one-click service template
This commit is contained in:
20
templates/compose/postgresus.yaml
Normal file
20
templates/compose/postgresus.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# documentation: https://postgresus.com
|
||||
# slogan: Postgresus is a free, open source and self-hosted tool to backup PostgreSQL.
|
||||
# category: devtools
|
||||
# tags: postgres,backup,self-hosted,open-source
|
||||
# logo: svgs/postgresus.svg
|
||||
# port: 4005
|
||||
|
||||
services:
|
||||
postgresus:
|
||||
image: rostislavdugin/postgresus:latest
|
||||
environment:
|
||||
- SERVICE_URL_POSTGRESUS_4005
|
||||
volumes:
|
||||
- postgresus-data:/postgresus-data
|
||||
healthcheck:
|
||||
test:
|
||||
["CMD", "wget", "-qO-", "http://localhost:4005/api/v1/system/health"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
Reference in New Issue
Block a user