Fix(docker-compose): prevent container restart failures on system reboot

- Added restart policies to ensure reliable service restarts for Redis and PostgreSQL.
This commit is contained in:
Nabil Mohammed Nalakath
2024-10-18 12:26:35 +05:30
committed by GitHub
parent d7d88f3356
commit 0f314c45b4

View File

@@ -37,6 +37,7 @@ services:
image: redis
container_name: infisical-dev-redis
env_file: .env
restart: always
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports: