add branch validation to queue

This commit is contained in:
2025-12-22 14:26:59 +01:00
parent 873e43ed95
commit c581305dcd
8 changed files with 554 additions and 14 deletions

View File

@@ -21,6 +21,9 @@ services:
DATABASE_URL: postgresql://testarena_user:testarena_pass_change_me@db:5432/testarena
SECRET_KEY: change_this_secret_key_in_production
FLASK_ENV: production
SSH_PASSWORD: ASF
SSH_HOST: asfserver
SSH_USER: asf
volumes:
- ./app:/app/app
- ./wsgi.py:/app/wsgi.py