You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
279 B
YAML

version: '3'
services:
redis:
image: redis
container_name: doofnalds_cache
hostname: redis
ports:
- "127.0.0.1:6379:6379"
mongo:
image: "mongo:latest"
container_name: doofnalds_db
hostname: mongodb
ports:
- "127.0.0.1:27017:27017"