version: "3.9" services: mail-archiver: image: s1t5/mailarchiver container_name: mail-archiver restart: unless-stopped environment: TZ: Europe/Berlin ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION} Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD} volumes: - /mnt/user/appdata/mailarchiver/data-protection-keys:/app/DataProtection-Keys networks: - backend_net - frontend_net ports: - "5000:5000" security_opt: - no-new-privileges:true networks: backend_net: external: true frontend_net: external: true