On met en place la version prod

This commit is contained in:
Jean-Marie Favreau
2023-11-15 12:01:35 +01:00
parent 47615140cb
commit 362013d0df
8 changed files with 22 additions and 53 deletions

0
deployment/scripts/backend/start.sh Normal file → Executable file
View File

0
deployment/scripts/celery/start-beat.sh Normal file → Executable file
View File

0
deployment/scripts/celery/start-worker.sh Normal file → Executable file
View File

View File

@@ -0,0 +1,7 @@
wait_for_it=$(dirname "$0")/wait-for-it.sh
chmod +x $wait_for_it
chmod +x $1
$wait_for_it -h $POSTGRES_HOST -p $POSTGRES_PORT -- $1