mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
256 B
YAML
15 lines
256 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
admin_password: ${password}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: photoprism
|
|
port: 2342
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
BASE_URL: http://${main_domain}
|
|
ADMIN_PASSWORD: ${admin_password}
|
|
|
|
mounts: [] |