mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
added development env. docker-compose
This commit is contained in:
parent
96815d7640
commit
e9c8854379
1 changed files with 9 additions and 0 deletions
9
develop/docker-compose.yml
Normal file
9
develop/docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
version: "3.8"
|
||||
services:
|
||||
redis:
|
||||
image: "redis:latest"
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue