Send: use custom image
This commit is contained in:
parent
4b4dd58ea2
commit
f75978920a
@ -2,7 +2,8 @@
|
|||||||
services:
|
services:
|
||||||
send:
|
send:
|
||||||
# image: "registry.gitlab.com/timvisee/send:latest"
|
# 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
|
container_name: send
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -30,7 +31,7 @@ services:
|
|||||||
- send
|
- send
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=false"
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|
||||||
send-redis:
|
send-redis:
|
||||||
image: 'redis:alpine'
|
image: 'redis:alpine'
|
||||||
container_name: send-redis
|
container_name: send-redis
|
||||||
@ -55,4 +56,4 @@ networks:
|
|||||||
|
|
||||||
# Clear expired uploads
|
# Clear expired uploads
|
||||||
# 0 */3 * * * find {{ docker_dir }}/send/uploads/ -name 7-\* -mmin +10130 -exec rm {} \;
|
# 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 {} \;
|
# 0 */3 * * * find {{ docker_dir }}/send/uploads/ -name 1-\* -mmin +1500 -exec rm {} \;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
compose:
|
compose:
|
||||||
oracle3:
|
oracle1:
|
||||||
- breezewiki
|
- send
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user