Skip to content
Snippets Groups Projects
Commit c4455c33 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist: Committed by your name
Browse files

restart redis automacally

parent f0368bb9
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ services:
- MAGIC_IS_AVAILABLE=${MAGIC_IS_AVAILABLE:-True}
- URL_PREFIX=geocontrib/
- LOGO_PATH=${LOGO_PATH:-/geocontrib/img/logo-neogeo-circle.png}
volumes:
- geocontrib_config_front:/home/apprunner/geocontrib_app/config_front
- geocontrib_media:/home/apprunner/geocontrib_app/media
......@@ -66,6 +67,7 @@ services:
- geocontrib_db:/var/lib/postgresql/data/
redis:
image: redis
restart: unless-stopped
# ---------------------------------------------------------------- #
front:
restart: unless-stopped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment