mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
Create template.toml
This commit is contained in:
committed by
GitHub
parent
71ea46881f
commit
377009a5fa
16
blueprints/gel/template.toml
Normal file
16
blueprints/gel/template.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
volumes:
|
||||
gel-data: {}
|
||||
Reference in New Issue
Block a user