Server (FastAPI + SQLite) runs Stouffer Z network variance analysis. Egg container uses os.urandom for hardware-entropy 200-bit trials. Gitea Actions workflow auto-builds and publishes both Docker images. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
203 B
YAML
14 lines
203 B
YAML
services:
|
|
server:
|
|
build: ./server
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- gcp_data:/data
|
|
restart: unless-stopped
|
|
environment:
|
|
- DB_PATH=/data/gcp.db
|
|
|
|
volumes:
|
|
gcp_data:
|