feat: add build and deploy
All checks were successful
/ build-node (push) Successful in 51s
/ publish (push) Successful in 14s

This commit is contained in:
2024-09-21 14:07:19 +10:00
parent 7317211394
commit 53df1a8345
4 changed files with 5178 additions and 9 deletions

View File

@ -1,18 +1,17 @@
---
version: '3'
services:
comprofix:
container_name: comprofix
image: registry.gitlab.comprofix.com/comprofix/website:latest
image: git.comprofix.com/mmckinnon/comprofix.com:latest
restart: unless-stopped
networks:
- traefik
- proxy
labels:
- traefik.enable=true
- traefik.http.routers.{{container_name}}.rule=Host(`comprofix.com`,`www.comprofix.com`)
- traefik.http.routers.{{container_name}}.entrypoints=https
- traefik.http.routers.{{container_name}}.tls.certresolver=cloudflare
- traefik.http.routers.comprofix.rule=Host(`comprofix.com`) || Host(`www.comprofix.com`)
- traefik.http.routers.comprofix.entrypoints=https
- traefik.http.routers.comprofix.tls=true
- traefik.http.services.comprofix.loadbalancer.server.port=80
networks:
traefik:
proxy:
external: true