https://github.com/vito/dagger-compose
Docker Compose... but in Dagger
https://github.com/vito/dagger-compose
Last synced: over 1 year ago
JSON representation
Docker Compose... but in Dagger
- Host: GitHub
- URL: https://github.com/vito/dagger-compose
- Owner: vito
- Created: 2023-03-08T05:38:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T19:37:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T16:32:24.509Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dagger Compose
Runs `docker-compose.yml`... but in Dagger. 📢💨📢💨 (those are airhorns)
Currently uses a proof-of-concept host-to-container implementation.
## Example
The included `wordpress.yml` runs WordPress, published to port 8080 on the
host.
```sh
go run . wordpress.yml
```
## Thanks
Thanks to [**@marcosnils**](https://github.com/marcosnils) for the idea!