mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
fix: adjusts in dockerfile
This commit is contained in:
parent
3c15fc1b0d
commit
654400c0cf
@ -33,10 +33,15 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
evolution_mongodb_data:
|
evolution_mongodb_data:
|
||||||
|
name: evolution_mongodb_data
|
||||||
|
external: true
|
||||||
|
|
||||||
evolution_mongodb_configdb:
|
evolution_mongodb_configdb:
|
||||||
|
name: evolution_mongodb_configdb
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
evolution-net:
|
||||||
external:
|
name: evolution-net
|
||||||
name: evolution-net
|
external: true
|
||||||
|
|
@ -22,8 +22,10 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
evolution_redis:
|
evolution_redis:
|
||||||
|
name: evolution_redis
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
evolution-net:
|
||||||
external:
|
name: evolution-net
|
||||||
name: evolution-net
|
external: true
|
||||||
|
@ -18,10 +18,15 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
evolution_instances:
|
evolution_instances:
|
||||||
|
name: evolution_instances
|
||||||
|
external: true
|
||||||
|
|
||||||
evolution_store:
|
evolution_store:
|
||||||
|
name: evolution_store
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
evolution-net:
|
||||||
external:
|
name: evolution-net
|
||||||
name: evolution-net
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user