mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
21 lines
358 B
YAML
21 lines
358 B
YAML
version: "3.7"
|
|
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: final
|
|
restart: always
|
|
volumes:
|
|
- evolution_instances:/evolution/instances
|
|
networks:
|
|
- Docker
|
|
|
|
volumes:
|
|
evolution_instances:
|
|
|
|
networks:
|
|
Docker: ## Nome da rede interna
|
|
external: true
|
|
name: Docker ## Nome da rede interna
|