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
+3
View File
@@ -144,3 +144,6 @@
- name: Deploy Pelican - name: Deploy Pelican
import_tasks: tasks/gaming/pelican.yml import_tasks: tasks/gaming/pelican.yml
tags: pelican_deploy tags: pelican_deploy
- name: Deploy Tools
import_tasks: tasks/utility/tools.yml
tags: tools_deploy
+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