mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: add fixed versions
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
command: ["redis-server", "--maxmemory-policy", "noeviction"]
|
command: ["redis-server", "--maxmemory-policy", "noeviction"]
|
||||||
|
|
||||||
unsend-storage-prod:
|
unsend-storage-prod:
|
||||||
image: minio/minio
|
image: minio/minio:RELEASE.2024-11-07T00-52-20Z
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
ports:
|
ports:
|
||||||
@@ -47,7 +47,7 @@ services:
|
|||||||
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
|
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
|
||||||
|
|
||||||
unsend:
|
unsend:
|
||||||
image: unsend/unsend:latest
|
image: unsend/unsend:v1.2.4
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user