Files
pinata/compose.yml
T
2026-03-27 00:00:39 +01:00

16 lines
743 B
YAML

services:
pinata:
image: codeberg.org/gigirassy/pinata:latest
# build: .
ports:
- "127.0.0.1:8080:8080"
environment:
# Set this to a key generated with the "head -c 32 /dev/urandom | base64" command if you want to enable bookmarks for users; this allows cookies to be encrypted so you'll never see their searches.
- PINATA_BOOKMARK_KEY=
# The reverse image search uses Tineye, which often requires Cloudflare! If you aren't comfortable with it, set this variable to 0.
- PINATA_DISABLE_REVERSE=1
# Chunk mode! This is a feature that allows you to process Pinterest images faster at the cost of using slightly more memory. Set to 0 to disable.
- CHUNK=10
restart: unless-stopped