A multi architecture docker image for send
702
A multi architecture docker image for timvisee/send.
Example docker-compose configuration
redis:
container_name: redis
image: redis
restart: always
networks:
- internal
send:
container_name: send
image: cvhariharan/send:v3.4.14-2-g3c42de0e
environment:
BASE_URL: "https://send.${DOMAIN_NAME}"
REDIS_HOST: redis
MAX_FILES_PER_ARCHIVE: 256
MAX_FILE_SIZE: 5368709120
volumes:
- './send/uploads:/uploads'
ports:
- "1443:1443"
networks:
- internal
- web
More info can be found here.
Content type
Image
Digest
Size
59.5 MB
Last updated
over 4 years ago
docker pull cvhariharan/send:v3.4.18