Adiciona docker-compose.prod.yml e deploy.sh

- Compose: serve site via container nginx em 127.0.0.1:8095
- deploy.sh: build + push imagem + bump tag no compose + git push (triggera webhook do Portainer)
This commit is contained in:
2026-05-23 19:09:17 -03:00
parent 9b2827f70e
commit 176fe807c1
2 changed files with 73 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
services:
site:
image: registry.rivuslab.com/cauanneves/rivuslab-site:latest
restart: unless-stopped
ports:
- "127.0.0.1:8095:80"