mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 20:37:57 -05:00
* add postgresus templates to automate backups * Simplify docker-compose.yml for postgresus service Removed unnecessary container name and network configuration. --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
12 lines
152 B
TOML
12 lines
152 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "postgresus"
|
|
port = 4005
|
|
host = "${main_domain}"
|