mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
clean: correct docker network declaration
This commit is contained in:
parent
c9721d7bc9
commit
adb43ec5b3
@ -35,7 +35,8 @@ volumes:
|
|||||||
evolution_mongodb_data:
|
evolution_mongodb_data:
|
||||||
evolution_mongodb_configdb:
|
evolution_mongodb_configdb:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
evolution-net:
|
evolution-net:
|
||||||
external: true
|
name: evolution-net
|
||||||
|
driver: bridge
|
||||||
|
@ -5,9 +5,7 @@ services:
|
|||||||
image: redis:latest
|
image: redis:latest
|
||||||
container_name: redis
|
container_name: redis
|
||||||
command: >
|
command: >
|
||||||
redis-server
|
redis-server --port 6379 --appendonly yes
|
||||||
--port 6379
|
|
||||||
--appendonly yes
|
|
||||||
volumes:
|
volumes:
|
||||||
- evolution_redis:/data
|
- evolution_redis:/data
|
||||||
ports:
|
ports:
|
||||||
@ -16,6 +14,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
evolution_redis:
|
evolution_redis:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
evolution-net:
|
evolution-net:
|
||||||
external: true
|
name: evolution-net
|
||||||
|
driver: bridge
|
||||||
|
Loading…
Reference in New Issue
Block a user