From dc602b13d2fa4bb11863dc5fb6ffc7da17f46feb Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Thu, 18 Mar 2021 01:23:03 -0400 Subject: [PATCH] update README --- .semaphore/semaphore.yml | 2 +- README.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 4787124..c25edb6 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -23,7 +23,7 @@ blocks: - docker save -o postal-ubuntu-container.tar docker.pkg.github.com/catdeployed/docker-postal/postal:ubuntu - artifact push workflow postal-ubuntu-container.tar --expire-in 1d promotions: - - name: Test Stage + - name: Docker Image Testing pipeline_file: tests.yml auto_promote: when: result = 'passed' diff --git a/README.md b/README.md index e3ecc75..ab4a9ae 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,19 @@ Port mappings may change (as they have in the past). If SMTP/HTTP(s) is not work ### Anti-Spam / Antivirus The initial design for the container was to be simple, minimal, and customizable, so Spamassassin and ClamAV are not included by default. Feel free to fork and add to the Dockerfile (though you must set docker-compose.yml to build from Dockerfile and not pull an image), or add them by linking additional containers. +### Managed Files +These files are automatically managed by the container. If you wish to adjust them, add them to the `persistent_assets` mount +- config/postal.yml +- config/fast_server.cert +- config/fast_server.key +- config/lets_encrypt.pem +- config/signing.key + ### Updates - v3.1.0 * Fixed username/password injection problem during user creation by adding sleep inbetween entries - * Missed mount + * Updated mountpoint to use symbolic links instead of copying files to allow for app to update assets as needed + * Fixed missing files that should be copied inbetween runs - v3.0.0 * Move to Gitlab with automated testing * Add user creation system for more reliability