Mise à jour des fichiers Docker Compose pour Memcached et Redis (ports et networks).
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user