This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user