We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4deac26 + f5d05ad commit 633ab8bCopy full SHA for 633ab8b
Docker/swarm/evolution_api_v2.yaml
@@ -3,6 +3,7 @@ version: "3.7"
3
services:
4
evolution_v2_lite:
5
image: atendai/evolution-api-lite:latest
6
+ entrypoint: ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
7
volumes:
8
- evolution_instances:/evolution/instances
9
networks:
0 commit comments