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
+3 -1
View File
@@ -5,4 +5,6 @@ services:
container_name: ${CONTAINER_PREFIX}_memcached container_name: ${CONTAINER_PREFIX}_memcached
image: ${MEMCACHED_IMAGE} image: ${MEMCACHED_IMAGE}
ports: ports:
- ${MEMCACHED_PORT} - ${MEMCACHED_PORT}
networks:
- backend
+3 -1
View File
@@ -5,4 +5,6 @@ services:
container_name: ${CONTAINER_PREFIX}_redis container_name: ${CONTAINER_PREFIX}_redis
image: ${REDIS_IMAGE} image: ${REDIS_IMAGE}
ports: ports:
- ${REDIS_PORT} - ${REDIS_PORT}
networks:
- backend