secure cobalt
Some checks failed
Deploy Containers / Prepare (push) Failing after 14s

This commit is contained in:
2026-02-14 16:10:03 -05:00
parent b598991248
commit 55de2bd8ae

View File

@@ -4,6 +4,8 @@
name: docker name: docker
vars: vars:
name: cobalt name: cobalt
directories:
- "{{ data_dir }}/cobalt"
image: image:
name: ghcr.io/imputnet/cobalt name: ghcr.io/imputnet/cobalt
tag: 11 tag: 11
@@ -12,8 +14,12 @@
TURNSTILE_SITEKEY: "{{ COBALT_TURNSTILE_SITEKEY }}" TURNSTILE_SITEKEY: "{{ COBALT_TURNSTILE_SITEKEY }}"
TURNSTILE_SECRET: "{{ COBALT_TURNSTILE_SECRET }}" TURNSTILE_SECRET: "{{ COBALT_TURNSTILE_SECRET }}"
JWT_SECRET: "{{ COBALT_JWT_SECRET }}" JWT_SECRET: "{{ COBALT_JWT_SECRET }}"
API_AUTH_REQUIRED: 1
API_KEY_URL: "file:///keys.json"
networks: networks:
- name: "{{ docker_network_name }}" - name: "{{ docker_network_name }}"
volumes:
- "{{ data_dir }}/cobalt/keys.json:/keys.json:ro"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.cobalt.rule: Host(`dl.alexav.gg`) traefik.http.routers.cobalt.rule: Host(`dl.alexav.gg`)