Improve docker compose (#8637)

Add a proxy script to use the right install.sh branch/version matching
the docker-compose

Also stop exposing redis publicly as it's not necessary
This commit is contained in:
Félix Malfait
2024-11-21 11:51:42 +01:00
committed by GitHub
parent 24dbabcad7
commit 9cb076d9e1
4 changed files with 13 additions and 3 deletions

View File

@ -90,8 +90,6 @@ services:
redis:
image: redis
ports:
- "6379:6379"
restart: always
volumes: