add swarm deployment

This commit is contained in:
Martin Braun
2022-08-02 12:02:37 +02:00
parent f768205710
commit d12a687f12
7 changed files with 229 additions and 0 deletions

View File

@ -0,0 +1,6 @@
export ADMIN_USER_EMAIL="<admin-user-email>"
export ADMIN_USER_NAME=admin
export ADMIN_USER_PWD="<admin-user-pwd>"
export BASE_URL="https://<base-domain>"
export SECRET_KEY_BASE="<secret-key-base>"
export DATABASE_URL="postgres://plausible:<postgres-password>@postgres.plausible.local:5432/plausible"