mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
refactor: remove deprecated YAML template files
- Deleted all 'template.yml' files from various blueprints as part of the transition to TOML format. - Updated the script to delete the 'template.yml' files instead of converting them to 'template.toml'.
This commit is contained in:
@@ -1,58 +0,0 @@
|
||||
variables:
|
||||
main_domain: ${domain}
|
||||
postgres_password: ${password}
|
||||
postgres_user: infisical
|
||||
postgres_db: infisical
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: backend
|
||||
port: 8080
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
- ENCRYPTION_KEY=6c1fe4e407b8911c104518103505b218 # Sample key, not for production
|
||||
- AUTH_SECRET=5lrMXKKWCVocS/uerPsl7V+TX/aaUaI7iDkgl3tSmLE= # Sample key, not for production
|
||||
- POSTGRES_PASSWORD=${postgres_password}
|
||||
- POSTGRES_USER=${postgres_user}
|
||||
- POSTGRES_DB=${postgres_db}
|
||||
- SITE_URL=http://${main_domain}:8080
|
||||
- SMTP_HOST=
|
||||
- SMTP_PORT=
|
||||
- SMTP_NAME=
|
||||
- SMTP_USERNAME=
|
||||
- SMTP_PASSWORD=
|
||||
- CLIENT_ID_HEROKU=
|
||||
- CLIENT_ID_VERCEL=
|
||||
- CLIENT_ID_NETLIFY=
|
||||
- CLIENT_ID_GITHUB=
|
||||
- CLIENT_ID_GITHUB_APP=
|
||||
- CLIENT_SLUG_GITHUB_APP=
|
||||
- CLIENT_ID_GITLAB=
|
||||
- CLIENT_ID_BITBUCKET=
|
||||
- CLIENT_SECRET_HEROKU=
|
||||
- CLIENT_SECRET_VERCEL=
|
||||
- CLIENT_SECRET_NETLIFY=
|
||||
- CLIENT_SECRET_GITHUB=
|
||||
- CLIENT_SECRET_GITHUB_APP=
|
||||
- CLIENT_SECRET_GITLAB=
|
||||
- CLIENT_SECRET_BITBUCKET=
|
||||
- CLIENT_SLUG_VERCEL=
|
||||
- CLIENT_PRIVATE_KEY_GITHUB_APP=
|
||||
- CLIENT_APP_ID_GITHUB_APP=
|
||||
- SENTRY_DSN=
|
||||
- POSTHOG_HOST=
|
||||
- POSTHOG_PROJECT_API_KEY=
|
||||
- CLIENT_ID_GOOGLE_LOGIN=
|
||||
- CLIENT_SECRET_GOOGLE_LOGIN=
|
||||
- CLIENT_ID_GITHUB_LOGIN=
|
||||
- CLIENT_SECRET_GITHUB_LOGIN=
|
||||
- CLIENT_ID_GITLAB_LOGIN=
|
||||
- CLIENT_SECRET_GITLAB_LOGIN=
|
||||
- CAPTCHA_SECRET=
|
||||
- NEXT_PUBLIC_CAPTCHA_SITE_KEY=
|
||||
- PLAIN_API_KEY=
|
||||
- PLAIN_WISH_LABEL_IDS=
|
||||
- SSL_CLIENT_CERTIFICATE_HEADER_KEY=
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user