@@ -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`
|
||||
|
||||
__________________
|
||||
|
||||
Reference in New Issue
Block a user