feat: add /auth/me route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user