Files
pinata/compose.yml
T
2025-10-17 03:54:24 +02:00

14 lines
641 B
YAML

services:
pinata:
image: ghcr.io/gigirassy/pinata:main # this repo is on codeberg, but github workflows is used for the image >:p
# 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
restart: unless-stopped