176fe807c1
- 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)
7 lines
150 B
YAML
7 lines
150 B
YAML
services:
|
|
site:
|
|
image: registry.rivuslab.com/cauanneves/rivuslab-site:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:8095:80"
|