fix: added docker-compose files example

This commit is contained in:
Davidson Gomes 2023-07-21 16:00:58 -03:00
parent b2ccf965bb
commit 683fe4c3db
2 changed files with 0 additions and 16 deletions

View File

@ -12,13 +12,6 @@ services:
- evolution_redis:/data
ports:
- 6379:6379
rebrow:
image: marian/rebrow
ports:
- 5001:5001
links:
- redis
volumes:
evolution_redis:

View File

@ -66,15 +66,6 @@ services:
ports:
- 6379:6379
rebrow:
image: marian/rebrow
networks:
- evolution-net
ports:
- 5001:5001
links:
- redis
volumes:
evolution_instances:
evolution_store: