mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-15 19:52:54 -06:00
22 lines
285 B
YAML
22 lines
285 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
redis:
|
|
image: redis:latest
|
|
container_name: redis
|
|
ports:
|
|
- 6379:6379
|
|
|
|
rebrow:
|
|
image: marian/rebrow
|
|
ports:
|
|
- 5001:5001
|
|
links:
|
|
- redis
|
|
|
|
volumes:
|
|
evolution_redis:
|
|
|
|
networks:
|
|
default:
|
|
name: evolution-net |