feat: add build and deploy
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user