Add Quanto Hello Quantum deployment

This commit is contained in:
2026-04-20 17:19:07 -03:00
parent 5e7498412e
commit 1c03cc72bb
2 changed files with 91 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
version: "3.8"
services:
app:
image: nginx:1.29-alpine
volumes:
- /home/elevar/quanto/html:/usr/share/nginx/html:ro
networks:
- elevarnet
deploy:
replicas: 1
restart_policy:
condition: on-failure
labels:
traefik.enable: "true"
traefik.swarm.network: elevarnet
traefik.http.routers.quanto.entrypoints: websecure
traefik.http.routers.quanto.priority: "100"
traefik.http.routers.quanto.rule: Host(`quantum.paulononato.com.br`)
traefik.http.routers.quanto.service: quanto
traefik.http.routers.quanto.tls: "true"
traefik.http.routers.quanto.tls.certresolver: letsencryptresolver
traefik.http.services.quanto.loadbalancer.passHostHeader: "true"
traefik.http.services.quanto.loadbalancer.server.port: "80"
networks:
elevarnet:
external: true