mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-20 05:15:24 +02:00
feat: add Seq template (#942)
Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
This commit is contained in:
17
blueprints/seq/docker-compose.yml
Normal file
17
blueprints/seq/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user