mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-11 08:55:23 +02:00
17 lines
355 B
YAML
17 lines
355 B
YAML
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: {}
|