mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 18:42:45 +00:00 
			
		
		
		
	Also wait for redis
This commit is contained in:
		| @@ -1,6 +1,10 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| ./wait-for-it/wait-for-it.sh db:5432 --strict --timeout=0 | ||||
| echo "Waiting for db..." | ||||
| wait-for-it/wait-for-it.sh db:5432 --strict --timeout=0 | ||||
| echo "Waiting for redis..." | ||||
| wait-for-it/wait-for-it.sh redis:6379 --strict --timeout=0 | ||||
|  | ||||
| if [ $# -eq 0 ] | ||||
| then | ||||
|     venv/bin/python -u opaque.py | ||||
|   | ||||
		Reference in New Issue
	
	Block a user