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
7 lines
102 B
YAML
7 lines
102 B
YAML
services:
|
|
nginx:
|
|
image: nginx:alpine
|
|
container_name: sdc-nginx
|
|
ports:
|
|
- "8080:80"
|