# Træfik TRAEFIK_ENABLED=true TRAEFIK_NETWORK=traefik TRAEFIK_ROUTER=ferdium_example_com TRAEFIK_SERVICE=ferdium_example_com TRAEFIK_SERVICE_PORT=3333 TRAEFIK_MATCHRULE=Host(`ferdium.example.com`) TRAEFIK_TLSENABLED=true TRAEFIK_CERTRESOLVER=letsencrypt TRAEFIK_HTTP_MIDDLEWARES=http-to-https TRAEFIK_HTTPS_MIDDLEWARES=hsts # Diun Ferdium FERDIUM_DIUN_ENABLE=true FERDIUM_DIUN_WATCHREPO=true FERDIUM_DIUN_SORTALGO=semver FERDIUM_DIUN_INCLUDE= FERDIUM_DIUN_EXCLUDE= # Diun MariaDB MARIADB_DIUN_ENABLE=true MARIADB_DIUN_WATCHREPO=true MARIADB_DIUN_SORTALGO=semver MARIADB_DIUN_INCLUDE= MARIADB_DIUN_EXCLUDE= # MariaDB MARIADB_VERSION=11.1.3 MARIADB_DATA=./data/mariadb MARIADB_ROOT_PASSWORD=r00tp4ssw0rd MARIADB_DATABASE=ferdium MARIADB_USER=ferdium MARIADB_PASSWORD=p4ssw0rd # Ferdium FERDIUM_VERSION=2.0.3 FERDIUM_DATA=./data/ferdium FERDIUM_RECIPES=./data/ferdium-recipes FERDIUM_NODEENV=production FERDIUM_URL=https://ferdium.example.com FERDIUM_DATABASE=mysql FERDIUM_DBHOST=mariadb FERDIUM_DBPORT=3306 FERDIUM_DBSSL=false FERDIUM_MAIL=smtp FERDIUM_MAILHOST=127.0.0.1 FERDIUM_MAILPORT=2525 FERDIUM_MAILSSL=false FERDIUM_MAILUSER=username FERDIUM_MAILPASS=password FERDIUM_MAILSENDER=noreply@ferdium.org FERDIUM_RECIPESCREATION=true FERDIUM_DASHBOARD=true FERDIUM_REGISTRATION=true FERDIUM_FRANZ=false