mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
10 lines
154 B
YAML
10 lines
154 B
YAML
version: '2'
|
|
services:
|
|
redis:
|
|
image: redis:latest
|
|
ports:
|
|
- "6380:6379"
|
|
mongodb:
|
|
image: mongo:latest
|
|
ports:
|
|
- "27017:27017" |