feat: sincronização de desenvolvimento local da VPS 4 para o Gitea

This commit is contained in:
VPS 4 Deploy Agent
2026-05-10 07:38:54 +02:00
parent 621fbfba64
commit 3396fa0598
402 changed files with 234697 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
portainer:
image: portainer/portainer-ce:latest
restart: always
ports:
- "10.99.0.1:9443:9443"
volumes:
- "/run/user/1000/docker.sock:/var/run/docker.sock:ro"
- "./data:/data"
networks:
- web
networks:
web:
external: true