Update user data handling in UserIDMiddlewareAD.js and refactor getUserData function
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-04-17 17:00:04 +02:00
parent 7a02f2682c
commit 06b1936840
9 changed files with 163 additions and 118 deletions

View File

@@ -1,8 +1,12 @@
version: '3.8'
version: '3'
services:
cdn-app-insider:
image: swiftlogiclabs/cdn-app-insider:latest
restart: unless-stopped
container_name: cdn-app-container
ports:
- "5053:5053"
app:
image: swiftlogiclabs/cdn-app-insider
volumes:
- data-volume:/app/data
- report-volume:/app/report
- cdn-files-volume:/app/cdn-files
volumes:
data-volume:
report-volume:
cdn-files-volume: