Adding all fastapi_users routes incluing Google and Discord

This commit is contained in:
2025-04-03 19:24:10 +02:00
parent a0f2284efa
commit b89bb484b7
8 changed files with 25 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ services:
build:
context: ./api
#image: roleplay-contracts-api-dev
env_file: ".env"
env_file: "./.env"
restart: always
ports:
- "8000:8000"
@@ -48,7 +48,7 @@ services:
mongo:
image: mongo:latest
env_file: ".env"
env_file: "./.env"
restart: always
ports:
- "27017:27017"