builds
publish-github-pages / deploy (push) Waiting to run

This commit is contained in:
h202-wq
2026-07-09 11:25:21 -04:00
parent 9b70051f0d
commit 20554682e2
9 changed files with 58 additions and 84 deletions
+4 -4
View File
@@ -25,16 +25,16 @@ Send campaigns that soar: manage millions of subscribers across lists, run opt-i
### Docker
Build the image locally and run the sample [docker-compose.yml](docker-compose.yml):
The image is on the Gitea registry at `source.offmarket.win/aleagle/eaglecast:latest`.
Download the sample [docker-compose.yml](docker-compose.yml) and run:
```shell
# Build the eaglecast image.
make dist && docker build -t eaglecast:latest .
# Run the services in the background.
docker compose up -d
```
To build the image yourself instead: `docker build -t source.offmarket.win/aleagle/eaglecast:latest .`
Visit `http://localhost:9000`
__________________