Develop #41
@@ -265,7 +265,7 @@ class Settings(BaseSettings):
|
|||||||
for key, val in values.items():
|
for key, val in values.items():
|
||||||
if isinstance(val, str) and val.startswith("ENC("):
|
if isinstance(val, str) and val.startswith("ENC("):
|
||||||
values[key] = _decrypt_value(val)
|
values[key] = _decrypt_value(val)
|
||||||
print(values[key])
|
# print(values[key])
|
||||||
return values
|
return values
|
||||||
|
|
||||||
model_config = SettingsConfigDict(
|
model_config = SettingsConfigDict(
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ services:
|
|||||||
runtime:
|
runtime:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ${PWD}/frontend/build/client:/usr/share/nginx/html
|
|
||||||
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
|
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]
|
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user