fix: tratar tokens de maquinas e alinhar stack/docs
All checks were successful
All checks were successful
This commit is contained in:
parent
b7e2c4cc98
commit
c030a3ac09
21 changed files with 309 additions and 36 deletions
|
|
@ -121,7 +121,7 @@ docker run -d \
|
|||
-p 5432:5432 \
|
||||
-e POSTGRES_PASSWORD=dev \
|
||||
-e POSTGRES_DB=sistema_chamados \
|
||||
postgres:16
|
||||
postgres:18
|
||||
|
||||
# Criar arquivo .env
|
||||
cp .env.example .env
|
||||
|
|
@ -230,7 +230,7 @@ docker start postgres-dev
|
|||
|
||||
# Ou recriar
|
||||
docker rm -f postgres-dev
|
||||
docker run -d --name postgres-dev -p 5432:5432 -e POSTGRES_PASSWORD=dev -e POSTGRES_DB=sistema_chamados postgres:16
|
||||
docker run -d --name postgres-dev -p 5432:5432 -e POSTGRES_PASSWORD=dev -e POSTGRES_DB=sistema_chamados postgres:18
|
||||
```
|
||||
|
||||
## Convex (Backend de Tempo Real)
|
||||
|
|
@ -248,5 +248,5 @@ bun run dev:bun
|
|||
## Mais Informacoes
|
||||
|
||||
- **Desenvolvimento detalhado:** `docs/DEV.md`
|
||||
- **Deploy e operacoes:** `docs/DEPLOY-RUNBOOK.md`
|
||||
- **Deploy e operacoes:** `docs/OPERATIONS.md`
|
||||
- **CI/CD Forgejo:** `docs/FORGEJO-CI-CD.md`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue