Suppression d'anciennes variables d'environnement.
This commit is contained in:
@@ -57,12 +57,10 @@ SERVER_PHP_IMAGE="${APACHE_PHP_IMAGE}"
|
||||
#SERVER_PHP_IMAGE="${FRANKENPHP_IMAGE}"
|
||||
|
||||
# Image pour Memcached
|
||||
WITH_MEMCACHED="true"
|
||||
MEMCACHED_IMAGE="memcached:latest"
|
||||
MEMCACHED_PORT="11211:11211"
|
||||
|
||||
# Image pour Redis
|
||||
WITH_REDIS="true"
|
||||
REDIS_IMAGE="redis:latest"
|
||||
REDIS_PORT="6379:6379"
|
||||
|
||||
|
||||
@@ -33,8 +33,6 @@ services:
|
||||
context: ${PWD}
|
||||
args:
|
||||
SERVER_PHP_IMAGE: ${SERVER_PHP_IMAGE}
|
||||
WITH_MEMCACHED: ${WITH_MEMCACHED}
|
||||
WITH_REDIS: ${WITH_REDIS}
|
||||
dockerfile: ${PWD}/docker/server-php.dockerfile
|
||||
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user