We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d61daad + 59ebe87 commit 201d078Copy full SHA for 201d078
.env.example
@@ -15,12 +15,13 @@ DATABASE_HOST=database
15
DATABASE_USER=postgres
16
DATABASE_PASSWORD=postgres
17
DATABASE_NAME=fastapi_db
18
+DATABASE_CELERY_NAME=celery_schedule_jobs
19
DATABASE_PORT=5432
20
21
#############################################
-# Traefik variables
22
+# Caddy variables
23
-EXT_ENDPOINT1=mycustomwebsite.com
24
+EXT_ENDPOINT1=127.0.0.1
25
LOCAL_1=localhost
26
LOCAL_2=127.0.0.1
27
@@ -41,4 +42,4 @@ MINIO_ROOT_PASSWORD=minioadmin
41
42
43
# Wheater
44
-WHEATER_URL=https://wttr.in
45
+WHEATER_URL=https://wttr.in
0 commit comments