feat: add /auth/me route

This commit is contained in:
ivannoskov
2025-11-19 15:38:16 +03:00
parent bba37fbb21
commit 1d070b63cc
8 changed files with 74 additions and 19 deletions

View File

@@ -1,15 +1,15 @@
services:
# backend:
# build:
# context: .
# args:
# GIT_COMMIT: ${GIT_COMMIT:-unknown}
# env_file:
# - .env
# ports:
# - "8000:8000"
# depends_on:
# - postgres
backend:
build:
context: .
args:
GIT_COMMIT: ${GIT_COMMIT:-unknown}
env_file:
- .env
ports:
- "8000:8000"
depends_on:
- postgres
postgres:
image: postgres:17-alpine