supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 20:12:32 +01:00
parent ed1f91998d
commit 52935f9d92
4 changed files with 235 additions and 146 deletions

View File

@@ -4,7 +4,7 @@ from flask import request, Response
import configparser
# Docker paths
CONFIG_DIR = '/app/config'
CONFIG_DIR = './config'
AUTH_CFG = os.path.join(CONFIG_DIR, 'auth', 'auth.cfg')
# Ensure config directory exists