mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-11 02:47:50 +00:00
* scripts: add chat relay docker setup * docs: add docker setup to chat relay guide * scripts: bump relay ref and add RTS options * scripts: reduce comments in relay setup * scripts: increase relay pool and queue size * scripts: add relay metrics exporter * docs: trim docker section in chat relay guide * scripts: bump cabal for hackage key rotation * scripts: retry cabal update on mirror failure * scripts: split cabal update into its own layer * scripts: allow setting relay address server * docs: adjust systemd service limits * docs: mention docker volume full path
5 lines
175 B
Plaintext
5 lines
175 B
Plaintext
# The Dockerfile clones the source itself and only needs entrypoint.py from the
|
|
# build context. Exclude everything else, especially .env (secrets) and out/.
|
|
*
|
|
!entrypoint.py
|