Update environment variable paths and refine Docker setup in CI workflow
All checks were successful
CI / build (push) Successful in 45s
All checks were successful
CI / build (push) Successful in 45s
This commit is contained in:
@@ -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>/
|
||||
|
||||
Reference in New Issue
Block a user