Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 428 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 428 Bytes

embeds-cache

Clone the repository

git clone https://github.com/communcom/embeds-cache.git
cd embeds-cache

Create .env file

cp .env.example .env

Add variables

GLS_IFRAMELY_CONNECT=http://iframely:8061
GLS_REDIS_HOST=embeds-redis

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml 

Run

docker-compose up -d --build