tsk-6: Added docker support (#14)

Closes #6

Reviewed-on: phoenix/textsender-api#14
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-05 18:22:55 +00:00
committed by phoenix
parent d332cde84f
commit 2045465111
7 changed files with 200 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
JWT_SECRET=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
DB_NAME=textsender_db
DB_USER=textsender
DB_PASSWORD=password
DB_HOST=main_db
DB_PORT=5432
DB_SSLMODE=disable