feat: site institucional completo com design system - Implementa\u00e7\u00e3o do site institucional da Aggios com design system completo incluindo gradientes, tipografia, componentes e se\u00e7\u00f5es de recursos, pre\u00e7os e CTA

This commit is contained in:
Erik Silva
2025-12-07 02:19:08 -03:00
parent 53f240a4da
commit bf6707e746
90 changed files with 25927 additions and 1 deletions

18
traefik/traefik.yml Normal file
View File

@@ -0,0 +1,18 @@
# Traefik Static Configuration
api:
insecure: true
dashboard: true
debug: false
entryPoints:
web:
address: :80
providers:
docker:
endpoint: unix:///var/run/docker.sock
exposedByDefault: false
network: traefik-network
log:
level: INFO