services: memcached: restart: unless-stopped container_name: ${CONTAINER_PREFIX}_memcached image: ${MEMCACHED_IMAGE} ports: - ${MEMCACHED_PORT}