deploy tools to jackson
Deploy Containers / Prepare (push) Successful in 17s

This commit is contained in:
2026-07-28 02:14:52 -04:00
parent 1d8a07c344
commit 7a772ccecd
2 changed files with 20 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
- name: Deploy Tools Frontend
include_role:
name: docker
vars:
name: tools
image:
name: git.alexav.gg/alex/tools
tag: latest
env:
NODE_ENV: production
labels:
traefik.enable: "true"
traefik.http.routers.tools.rule: Host(`tools.alexav.gg`)
traefik.http.routers.tools.entrypoints: webSecure
traefik.http.routers.tools.tls.certresolver: letsencrypt
traefik.http.services.tools.loadbalancer.server.port: 80