mirror of
https://github.com/TeamNewPipe/CrashReportImporter
synced 2024-12-21 20:54:02 +00:00
21 lines
444 B
Plaintext
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
|