Files
compose-farm/examples/hello/docker-compose.yml
Bas Nijholt ddcf58fb9d Add example folder with test compose files
- hello: Simple hello-world container for testing
- nginx: Nginx web server on port 8080
- sdc.yaml: Local config (no SSH needed)
- README with usage instructions
2025-12-11 09:30:06 -08:00

5 lines
72 B
YAML

services:
hello:
image: hello-world
container_name: sdc-hello