mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-09 07:55:25 +02:00
* Add Docker Compose configuration for Maxio service * Add template configuration for maxio service * Add Maxio logo * Add Maxio metadata to meta.json Added metadata for Maxio including links and tags. * Run node dedupe-and-sort-meta.js * Fix name from Maxio to MaxIO * Make suggested updates * Add missing restart policy * Make improvements
11 lines
166 B
TOML
11 lines
166 B
TOML
[[config.domains]]
|
|
serviceName = "maxio"
|
|
port = 9000
|
|
host = "${domain}"
|
|
|
|
[config]
|
|
env = [
|
|
"MAXIO_ACCESS_KEY=${password:20}",
|
|
"MAXIO_SECRET_KEY=${password:20}",
|
|
]
|