mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02: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}" |