10 lines
202 B
YAML
10 lines
202 B
YAML
project:
|
|
name: test
|
|
services:
|
|
- hostname: app
|
|
type: alpine@latest
|
|
minContainers: 1
|
|
maxContainers: 1
|
|
buildFromGit: https://github.com/tikinang/godummy
|
|
enableSubdomainAccess: true
|