Add docker-compose setup for ani-cli-web

This commit is contained in:
Dymas
2026-05-17 11:32:31 +02:00
parent 48efe840eb
commit 2734343904
5 changed files with 50 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.30.1 - 2026-05-17
- Added a `docker-compose.yaml` file that builds the bundled Docker image, mounts `./downloads` and `./.ani-cli-web`, and exposes the ani-cli git remotes, branch, and startup flags through Compose environment defaults.
- Documented the Compose workflow alongside the existing Docker build and `docker run` setup.
## 0.30.0 - 2026-05-17
- Added a Docker image build that clones `ani-cli` and `ani-cli-web` from configurable git remotes, installs `ani-cli` system-wide, and starts `ani-cli-web` from `/app`.