How to run it?
version: "3.8"
services:
file-uploader:
image: pegome/build-receiver
platform: linux/amd64
container_name: file-uploader
environment:
- API_KEY=${API_KEY}
- CLOUD_FLARE_API_TOKEN=${CLOUD_FLARE_API_TOKEN}
- CLOUD_FLARE_ZONE_ID=${CLOUD_FLARE_ZONE_ID}
ports:
- "5005:5002"
volumes:
- ./uploads:/app/uploads
- /var/www/html:/app/deploy
restart: always
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
Content type
Image
Digest
sha256:d4adcbd9e…
Size
391.8 MB
Last updated
about 1 year ago
docker pull pegome/build-receiver