Adding all fastapi_users routes incluing Google and Discord
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user