Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add Docker Compose setup with demo and watchtower services
- Add `docker-compose.yaml` with services `demo01`, `demo02`, and `watchtower` - Configure `demo01` to use the latest image and map port `8082` to `8000` - Configure `demo02` to use image version `1` and map port `8083` to `8000` - Add `watchtower` service with volume mappings for Docker configuration and socket - Set `watchtower` command to run with interval `5` and cleanup option Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information