hard code to https://gcp.hexadual.io/
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 1s

This commit is contained in:
Hexadual
2026-04-30 19:02:43 -05:00
parent 622db4a7a6
commit a9aae0e586
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ Clone the repo and use Docker Compose — it pulls the pre-built image from the
```bash ```bash
git clone https://git.hexadual.io/rocobo/GCP-Dot.git git clone https://git.hexadual.io/rocobo/GCP-Dot.git
cd GCP-Dot cd GCP-Dot
SERVER_URL=https://your-domain.com docker compose up -d docker compose up -d
``` ```
The egg will immediately start sending one trial per second and persist its ID across restarts. The egg will immediately start sending one trial per second and persist its ID across restarts.
@@ -34,7 +34,7 @@ The egg will immediately start sending one trial per second and persist its ID a
| Variable | Default | Description | | Variable | Default | Description |
|---|---|---| |---|---|---|
| `SERVER_URL` | `http://localhost:8000` | Server to send trials to | | `SERVER_URL` | `https://gcp.hexadual.io` | Server to send trials to |
| `EGG_ID` | auto-generated | Override the egg's unique identifier | | `EGG_ID` | auto-generated | Override the egg's unique identifier |
The auto-generated ID is derived from a SHA-256 hash stored at `/data/egg_id` — mount a volume there to keep it stable across restarts. The auto-generated ID is derived from a SHA-256 hash stored at `/data/egg_id` — mount a volume there to keep it stable across restarts.

View File

@@ -5,7 +5,7 @@ services:
- gcp_egg_data:/data - gcp_egg_data:/data
restart: unless-stopped restart: unless-stopped
environment: environment:
- SERVER_URL=http://localhost:8000 - SERVER_URL=https://gcp.hexadual.io
volumes: volumes:
gcp_egg_data: gcp_egg_data: