CrashReportImporter/docker-compose.yml.example
2021-01-30 07:21:35 +01:00

21 lines
444 B
Plaintext

version: '2'
volumes:
mails:
services:
server:
restart: unless-stopped
build: .
ports:
- 127.0.0.1:8025:8025
environment:
# GlitchTip DSN errors in the importer's LMTP server will be reported to
- OWN_DSN=...
# GlitchTip DSNs the error reports will be imported into
- NEWPIPE_DSN=...
- NEWPIPE_LEGACY_DSN=...
volumes:
# used for the directory storage
- mails:/app/mails