Update environment variable paths and refine Docker setup in CI workflow
All checks were successful
CI / build (push) Successful in 45s

This commit is contained in:
2025-07-23 19:21:38 +00:00
parent 48ab2804bf
commit 05f095fba3
4 changed files with 24 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
services:
pictshare-images:
container_name: pictshare-images
pictshare-browse:
container_name: pictshare-browse
image: ryanehamil/pictshare-browse:latest
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./uploads:/uploads:ro
environment:
- CSV_FILE=/uploads/sha1.csv
- IMAGE_BASE_URL=https://<URLHERE>/