1
0
mirror of synced 2025-04-19 11:02:15 +03:00
sydent/.dockerignore
Tristan Lins de80990a95
Add Dockerfile (Updated) (#290)
This is the successor or a revised version of https://github.com/matrix-org/sydent/pull/80
From the original PR I picked the two essential / sensible commits.
Instead of using the environment variables at runtime, you can now overwrite the defaults. In particular, it's all about `SYDENT_DB_PATH`.

A build on top of v2.0.0 can be found here: https://github.com/tristanlins/sydent/tree/feature-docker-v2.0.0
A pre-build image can be found on docker hub: https://hub.docker.com/r/tril/matrixdotorg-sydent/tags

# Changelog

(non docker file related changes)

- Improve the database migration logging.
- The environment variables `SYDENT_SERVER_NAME`, `SYDENT_PID_FILE` and `SYDENT_DB_PATH` can be used to adapt the automatically created configuration at startup.

Signed-off-by: Tristan Lins <tristan@lins.io>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-06-11 16:32:29 +01:00

8 lines
50 B
Plaintext

*.pyc
.idea/
.vscode/
sydent.conf
sydent.db
.git