added redis port to host

This commit is contained in:
2026-06-30 22:23:09 -03:00
parent 9a5f80974a
commit c38ec59815
+2
View File
@@ -4,6 +4,8 @@ services:
command: ["redis-server", "--appendonly", "yes", "--bind", "0.0.0.0", "--protected-mode", "no"]
volumes:
- camfinder-redis:/data
ports:
- "6379:6379"
postgres:
image: postgres:16-alpine