add go with db

This commit is contained in:
2026-04-08 11:02:14 +02:00
parent 20a8b93711
commit 556d2d589e
8 changed files with 111 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
- hostname: db
type: postgresql@16
mode: NON_HA
- hostname: app
type: go@latest
minContainers: 1
maxContainers: 1
enableSubdomainAccess: true