Files
zcli-playground/cdn/zerops-service-import.yml
T
2026-02-08 10:25:39 +01:00

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