test script
All checks were successful
Deploy Containers / Prepare (push) Successful in 19s

This commit is contained in:
2026-04-20 21:33:03 -04:00
parent 18075262de
commit c70a9959ff
2 changed files with 1 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
# test
--- ---
- name: Deploy Cloudflared - name: Deploy Cloudflared
include_role: include_role:

View File

@@ -1,27 +0,0 @@
---
- name: Deploy Drop
include_role:
name: docker
vars:
name: drop
directories:
- "{{ data_dir }}/drop/app"
image:
name: ghcr.io/drop-oss/drop
tag: latest
networks:
- name: homelab
- name: drop
volumes:
- "{{ media_path }}/Games/Desktop:/library"
- "{{ data_dir }}/drop/app:/data"
env:
DATABASE_URL: "postgres://drop:drop@172.16.0.25:5432/drop"
GIANT_BOMB_API_KEY: "{{ DROP_GIANT_BOMB_API_KEY }}"
EXTERNAL_URL: "https://games.fntz.net"
labels:
traefik.enable: "true"
traefik.http.routers.drop.rule: Host(`games.fntz.net`)
traefik.http.routers.drop.entrypoints: webSecure
traefik.http.routers.drop.tls.certresolver: letsencrypt
traefik.http.services.drop.loadbalancer.server.port: "3000"