add go with db
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
- hostname: db
|
||||
type: postgresql@16
|
||||
mode: NON_HA
|
||||
- hostname: app
|
||||
type: go@latest
|
||||
minContainers: 1
|
||||
maxContainers: 1
|
||||
enableSubdomainAccess: true
|
||||
Reference in New Issue
Block a user