Skip to content

Instantly share code, notes, and snippets.

@JOEPPARK
JOEPPARK / docker-compose.yml
Created February 21, 2026 13:21
PickStock_C Docker Compose (Mac deploy)
services:
web:
image: ghcr.io/joeppark/pickstock:latest
build: .
ports:
- "8501:8501"
volumes:
- cache_data:/app/cache
restart: unless-stopped