mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add extensive collection of application blueprints with Docker Compose configurations
This commit is contained in:
15
blueprints/pocket-id/template.yml
Normal file
15
blueprints/pocket-id/template.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: pocket-id
|
||||
port: 80
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
PUBLIC_UI_CONFIG_DISABLED: "false"
|
||||
PUBLIC_APP_URL: http://${main_domain}
|
||||
TRUST_PROXY: "true"
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user