Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

13
logforge/compose.env Normal file
View File

@@ -0,0 +1,13 @@
BACKEND_SERVICE_CONTAINER_NAME="logforge-backend"
BACKEND_SERVICE_PORT="8000"
EXPOSED_BACKEND_PORT="22870"
FRONTEND_SERVICE_CONTAINER_NAME="logforge-frontend"
FRONTEND_SERVICE_PORT="3000"
EXPOSED_FRONTEND_PORT="22871"
NOTIFIER_SERVICE_CONTAINER="logforge-notifier"
NOTIFIER_PLAIN_PORT="22872"
NOTIFIER_WEB_PORT="22873"
AUTOUPDATE_SERVICE_NAME="logforge-autoupdate"