Add Go rewrite with Postgres 17 and Dokploy Docker Compose

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-27 08:21:21 +03:00
co-authored by Cursor
parent bac78dd3fc
commit 99a27f00be
67 changed files with 17864 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Dokploy: deploy from the Go/ directory as a Docker Compose project.
# Domain → container port 30000 (service: app).
# Set secrets in Dokploy Environment:
# POSTGRES_PASSWORD, APP_SESSION_SECRET
# Optional: AMNEZIA_PANEL_URL, AMNEZIA_API_TOKEN, APP_BASE_URL, TZ
#
# Do not expose Postgres publicly — db has no published ports.