Mise à jour des fichiers Docker Compose pour Memcached et Redis (ports et networks).

This commit is contained in:
2026-06-08 19:41:44 +02:00
parent 85bc2ced1b
commit 6ac2bd51eb
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ services:
image: ${MEMCACHED_IMAGE} image: ${MEMCACHED_IMAGE}
ports: ports:
- ${MEMCACHED_PORT} - ${MEMCACHED_PORT}
networks:
- backend
+2
View File
@@ -6,3 +6,5 @@ services:
image: ${REDIS_IMAGE} image: ${REDIS_IMAGE}
ports: ports:
- ${REDIS_PORT} - ${REDIS_PORT}
networks:
- backend