mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add comprehensive blueprint collection and project setup
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
secret_base: ${base64:64}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: zipline
|
||||
port: 3000
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
ZIPLINE_PORT: "3000"
|
||||
ZIPLINE_SECRET: ${secret_base}
|
||||
ZIPLINE_RETURN_HTTPS: "false"
|
||||
ZIPLINE_LOGGER: "true"
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user