0% found this document useful (0 votes)
17 views

1 - Instalção - Docker - Completa

Uploaded by

xbnsxdigital
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

1 - Instalção - Docker - Completa

Uploaded by

xbnsxdigital
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Docker Typebot - https://hub.docker.

com/r/baptistearno/typebot-builder/tags

Docker Evolution - https://hub.docker.com/r/davidsongomes/evolution-api/tags

Instalação Docker

sudo apt-get update ; apt-get install -y apparmor-utils

hostnamectl set-hostname meuservidor1

Altera localhost para

nano /etc/hosts

127.0.0.1 meuservidor1

curl -fsSL https://get.docker.com | bash

sudo apt-get install docker-ce=5:25.0.3-1~ubuntu.20.04~focal docker-ce-


cli=5:25.0.3-1~ubuntu.20.04~focal containerd.io

sudo systemctl restart portainer

docker swarm init

docker network create --driver=overlay minha_rede

nano traefik.yaml

docker stack deploy --prune --resolve-image always -c traefik.yaml traefik

Instalação portainer -

nano portainer.yaml

docker stack deploy --prune --resolve-image always -c portainer.yaml portainer

Criar banco de dados postgree

psql -U postgres

create database typebot;

You might also like