mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-06-11 12:20:30 +01:00
- 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
5 lines
72 B
YAML
5 lines
72 B
YAML
services:
|
|
hello:
|
|
image: hello-world
|
|
container_name: sdc-hello
|