Datalust Seq
Ingestion and analysis of structured logs and traces
Seq
datalust/seq
Just deployed
/data
Contains a single service using the official datalust/seq Docker image with an attached volume for log storage. Featuring:
- UI and log ingestion on port 443 using the service's public domain
- Log ingestion on port 5341 within the private network
Getting Started
- Set a temporary password in the
SEQ_FIRSTRUN_ADMINPASSWORD
variable and deploy the template - Visit the public address of the service (e.g.
https://your-seq-service.up.railway.app
) and log in usingadmin
and the temporary password - Enter a new, permanent password for the
admin
user
You can now send logs to your Seq instance from the private network on http://your-seq-service.railway.internal:5341
or from outside on https://your-seq-service.up.railway.app
.
See the Seq docs for more information on logging. In particular, you might want to add an API key to restrict who can send logs to Seq. There are also many advanced options available through environment variables.
Template Content
Seq
datalust/seq