mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Chromium service, including environment variables and volume configuration. - Added logo for Chromium. - Created template.toml for Chromium with default variables for configuration.
7 lines
97 B
TOML
7 lines
97 B
TOML
[variables]
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "chromium"
|
|
port = 3000
|
|
host = "${domain}" |