mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
17 lines
333 B
YAML
17 lines
333 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
seq:
|
|
image: datalust/seq:2025.2
|
|
restart: unless-stopped
|
|
environment:
|
|
ACCEPT_EULA: "Y"
|
|
SEQ_API_CANONICALURI: ${SEQ_API_CANONICALURI}
|
|
SEQ_FIRSTRUN_ADMINPASSWORD: ${SEQ_FIRSTRUN_ADMINPASSWORD}
|
|
expose:
|
|
- "80"
|
|
volumes:
|
|
- seq-data:/data
|
|
|
|
volumes:
|
|
seq-data: {} |