2022-08-07 13:37:05 +10:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
comprofix:
|
2023-10-15 12:14:37 +10:00
|
|
|
container_name: comprofix
|
2024-09-21 14:07:19 +10:00
|
|
|
image: git.comprofix.com/mmckinnon/comprofix.com:latest
|
2022-08-07 17:45:00 +10:00
|
|
|
restart: unless-stopped
|
2023-10-15 12:29:18 +10:00
|
|
|
networks:
|
2024-09-21 14:07:19 +10:00
|
|
|
- proxy
|
2023-12-31 20:09:37 +10:00
|
|
|
labels:
|
2023-12-31 21:31:54 +10:00
|
|
|
- traefik.enable=true
|
2024-09-21 14:07:19 +10:00
|
|
|
- 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
|
2023-12-31 21:31:54 +10:00
|
|
|
networks:
|
2024-09-21 14:07:19 +10:00
|
|
|
proxy:
|
2023-12-31 21:31:54 +10:00
|
|
|
external: true
|