12 lines
228 B
YAML
12 lines
228 B
YAML
services:
|
|
- hostname: app
|
|
type: alpine@3.20
|
|
maxContainers: 1
|
|
- hostname: static
|
|
type: static@latest
|
|
maxContainers: 1
|
|
- hostname: nginx
|
|
type: nginx@latest
|
|
maxContainers: 1
|
|
startWithoutCode: true
|