mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
mudando networks
This commit is contained in:
parent
4880d45b41
commit
83fd374b06
@ -15,14 +15,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- evolution_instances:/evolution/instances
|
- evolution_instances:/evolution/instances
|
||||||
networks:
|
networks:
|
||||||
- evolution-net
|
- Docker
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
networks:
|
networks:
|
||||||
- evolution-net
|
- Docker
|
||||||
container_name: redis
|
container_name: redis
|
||||||
command: >
|
command: >
|
||||||
redis-server --port 6379 --appendonly yes
|
redis-server --port 6379 --appendonly yes
|
||||||
@ -35,7 +35,7 @@ services:
|
|||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
networks:
|
networks:
|
||||||
- evolution-net
|
- Docker
|
||||||
#command: ["postgres", "-c", "max_connections=1000", "-c", "listen_addresses=*"]
|
#command: ["postgres", "-c", "max_connections=1000", "-c", "listen_addresses=*"]
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@ -57,6 +57,6 @@ volumes:
|
|||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
evolution-net:
|
Docker: ## Nome da rede interna
|
||||||
name: evolution-net
|
external: true
|
||||||
driver: bridge
|
name: Docker ## Nome da rede interna
|
||||||
|
Loading…
Reference in New Issue
Block a user