chore: add .env.template and remove test workflow

docs: remove CLAUDE.md

chore(compose): delete compose.yml file
This commit is contained in:
2026-05-01 18:43:46 +02:00
parent 77e0b966a5
commit 5c804bd7fb
4 changed files with 8 additions and 457 deletions
+8
View File
@@ -0,0 +1,8 @@
#Local mode, set to true to access admin pages with any users
LOCAL=true
POSTGRES_HOST = db
POSTGRES_PORT = 5432
POSTGRES_PASS = astrongpass
POSTGRES_USER = postgres
POSTGRES_DB = polympr