mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Fix typos and update credentials in .env and production.yml files
This commit is contained in:
@@ -21,8 +21,8 @@ BAI_LOCATION="/bai"
|
|||||||
STREAMLIT_BAI_SERVER_PORT="8502"
|
STREAMLIT_BAI_SERVER_PORT="8502"
|
||||||
|
|
||||||
# user/pass
|
# user/pass
|
||||||
DASHBOARD_USER="test"
|
DASHBOARD_USER=test
|
||||||
DASHBOARD_PASSWORD="$apr1$2E4PEW8M$/wEgFNKX71h.YYMywV7WZ/"
|
DASHBOARD_PASSWORD=$apr1$2E4PEW8M$/wEgFNKX71h.YYMywV7WZ/
|
||||||
|
|
||||||
OSRM_ALGORITHM="mld"
|
OSRM_ALGORITHM="mld"
|
||||||
OSRM_THREADS=2
|
OSRM_THREADS=2
|
||||||
|
|||||||
+1
-1
@@ -69,7 +69,7 @@ services:
|
|||||||
dockerfile: ./compose/traefik/Dockerfile
|
dockerfile: ./compose/traefik/Dockerfile
|
||||||
image: traefik_production
|
image: traefik_production
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
retart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "${LOG_PATH:-./logs}:/logs"
|
- "${LOG_PATH:-./logs}:/logs"
|
||||||
- "${ACME_PATH:-./acme.json}:/etc/traefik/acme/acme.json"
|
- "${ACME_PATH:-./acme.json}:/etc/traefik/acme/acme.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user