mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* add go whatsapp web multidevice * fix svg name * fix tag * Update blueprints/go-whatsapp-web-multidevice/docker-compose.yml * Update blueprints/go-whatsapp-web-multidevice/docker-compose.yml * Update blueprints/go-whatsapp-web-multidevice/docker-compose.yml * Update blueprints/go-whatsapp-web-multidevice/template.toml * Update blueprints/go-whatsapp-web-multidevice/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
16 lines
243 B
TOML
16 lines
243 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
wa_user = "admin"
|
|
wa_password = "${password:32}"
|
|
|
|
[config]
|
|
env = [
|
|
"WA_USER=${wa_user}",
|
|
"WA_PASSWORD=${wa_password}"
|
|
]
|
|
|
|
[[config.domains]]
|
|
serviceName = "whatsapp"
|
|
port = 3080
|
|
host = "${main_domain}"
|