Add full shop application: Go backend, PostgreSQL, Docker, Caddy and admin panel.

This commit is contained in:
shop
2026-06-25 16:39:33 +03:00
parent a150e4f8c6
commit ee5688f722
24 changed files with 1797 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
admin localhost:2019
}
# Локальная разработка — HTTP на порту 80
:80 {
reverse_proxy app:8080
}
# Продакшен — автоматический SSL от Let's Encrypt
# Раскомментируйте и закомментируйте блок :80 выше
# {$DOMAIN} {
# reverse_proxy app:8080
# }