publish portfolio

This commit is contained in:
Gabriel Pereira
2026-09-12 11:21:32 -03:00
commit 7ff5d41fed
3 changed files with 496 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: "3.8"
services:
web:
image: nginx:alpine
ports:
- "8082:80"
volumes:
- ./:/usr/share/nginx/html:ro
restart: unless-stopped
tunnel:
image: cloudflare/cloudflared:latest
command: tunnel run
environment:
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
restart: unless-stopped