fix: adjusts in dockerfile

This commit is contained in:
Davidson Gomes 2023-07-16 19:14:00 -03:00
parent 3c15fc1b0d
commit 654400c0cf
3 changed files with 21 additions and 9 deletions

View File

@ -33,10 +33,15 @@ services:
volumes:
evolution_mongodb_data:
name: evolution_mongodb_data
external: true
evolution_mongodb_configdb:
name: evolution_mongodb_configdb
external: true
networks:
default:
external:
name: evolution-net
evolution-net:
name: evolution-net
external: true

View File

@ -22,8 +22,10 @@ services:
volumes:
evolution_redis:
name: evolution_redis
external: true
networks:
default:
external:
name: evolution-net
evolution-net:
name: evolution-net
external: true

View File

@ -18,10 +18,15 @@ services:
volumes:
evolution_instances:
name: evolution_instances
external: true
evolution_store:
name: evolution_store
external: true
networks:
default:
external:
name: evolution-net
evolution-net:
name: evolution-net
external: true