Files
compose-farm/examples/nginx/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

7 lines
102 B
YAML

services:
nginx:
image: nginx:alpine
container_name: sdc-nginx
ports:
- "8080:80"