[shopfront] Add docker-compose.yaml.
This commit is contained in:
parent
1053c1a566
commit
f52fb5f718
1 changed files with 7 additions and 0 deletions
7
shopfront/docker-compose.yaml
Normal file
7
shopfront/docker-compose.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
hostname: redis
|
||||
ports:
|
||||
- "6379:6379"
|
Loading…
Reference in a new issue