Files
zcli-playground/gowithdb/zerops-service-import.yml
T
2026-04-08 11:02:14 +02:00

10 lines
180 B
YAML

services:
- hostname: db
type: postgresql@16
mode: NON_HA
- hostname: app
type: go@latest
minContainers: 1
maxContainers: 1
enableSubdomainAccess: true