git clone https://github.com/communcom/embeds-cache.git
cd embeds-cache
cp .env.example .env
Add variables
GLS_IFRAMELY_CONNECT=http://iframely:8061
GLS_REDIS_HOST=embeds-redis
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build