mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
Update template.toml
This commit is contained in:
committed by
GitHub
parent
525220a0b4
commit
b7985463d8
@@ -1,16 +1,14 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
gel:
|
||||
image: geldata/gel:6
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5656
|
||||
environment:
|
||||
- GEL_SERVER_SECURITY=${GEL_SERVER_SECURITY}
|
||||
- GEL_SERVER_PASSWORD=${GEL_SERVER_PASSWORD}
|
||||
- GEL_SERVER_TLS_CERT_MODE=generate_self_signed
|
||||
volumes:
|
||||
- gel-data:/var/lib/gel/data
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
gel_password = "${password:24}"
|
||||
gel_security = "strict"
|
||||
|
||||
volumes:
|
||||
gel-data: {}
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "gel"
|
||||
port = 5656
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
GEL_SERVER_PASSWORD = "${gel_password}"
|
||||
GEL_SERVER_SECURITY = "${gel_security}"
|
||||
|
||||
Reference in New Issue
Block a user