[shopfront] Add docker-compose.yaml.

This commit is contained in:
Arseny Balobanov 2022-03-31 17:51:01 +03:00
parent 1053c1a566
commit f52fb5f718

View file

@ -0,0 +1,7 @@
version: '3'
services:
redis:
image: "redis:alpine"
hostname: redis
ports:
- "6379:6379"