Revert "remove excalidraw"
All checks were successful
Deploy Containers / Prepare (push) Successful in 28s
All checks were successful
Deploy Containers / Prepare (push) Successful in 28s
This reverts commit cddcc057df.
This commit is contained in:
17
tasks/excalidraw.yml
Normal file
17
tasks/excalidraw.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Deploy Excalidraw
|
||||
include_role:
|
||||
name: docker
|
||||
vars:
|
||||
name: excalidraw
|
||||
image:
|
||||
name: excalidraw/excalidraw
|
||||
tag: latest
|
||||
networks:
|
||||
- name: homelab
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.draw.rule: Host(`draw.fntz.net`)
|
||||
traefik.http.routers.draw.entrypoints: webSecure
|
||||
traefik.http.routers.draw.tls.certresolver: letsencrypt
|
||||
traefik.http.services.draw.loadbalancer.server.port: "80"
|
||||
Reference in New Issue
Block a user