From f75978920ad9c3f7cf5378c4321266963af38015 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 22 Jan 2025 06:10:18 +0800 Subject: [PATCH] Send: use custom image --- templates/compose/send.yaml.j2 | 7 ++++--- vars/services.yaml | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/compose/send.yaml.j2 b/templates/compose/send.yaml.j2 index af09754..ca6ee07 100644 --- a/templates/compose/send.yaml.j2 +++ b/templates/compose/send.yaml.j2 @@ -2,7 +2,8 @@ services: send: # image: "registry.gitlab.com/timvisee/send:latest" - image: ghcr.io/xavion-lux/send:latest + # image: ghcr.io/xavion-lux/send:latest + image: git.opnxng.com/opnxng/send container_name: send restart: always volumes: @@ -30,7 +31,7 @@ services: - send labels: - "com.centurylinklabs.watchtower.enable=false" - + send-redis: image: 'redis:alpine' container_name: send-redis @@ -55,4 +56,4 @@ networks: # Clear expired uploads # 0 */3 * * * find {{ docker_dir }}/send/uploads/ -name 7-\* -mmin +10130 -exec rm {} \; -# 0 */3 * * * find {{ docker_dir }}/send/uploads/ -name 1-\* -mmin +1500 -exec rm {} \; \ No newline at end of file +# 0 */3 * * * find {{ docker_dir }}/send/uploads/ -name 1-\* -mmin +1500 -exec rm {} \; diff --git a/vars/services.yaml b/vars/services.yaml index cbf084a..4ecdfb3 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,7 +1,6 @@ compose: - oracle3: - - breezewiki - + oracle1: + - send # ----------------------------------------------------------------------------------------------------