From 3bf88369716b1c1423bcc6a6b7636ffbb8415603 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Tue, 5 Mar 2024 21:04:09 +0800 Subject: [PATCH] Update project name in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a4932e..6862979 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Streamlit + Traefik + Docker +# Webapp + Streamlit + Traefik + Docker This simple project uses Traefik as a reverse proxy to a Streamlit application and handles SSL certs with Lets Encrypt. ## Requirements @@ -17,7 +17,8 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a ## Production Deployment 1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email. 2. In `compose/traefik/traefik.yml`, change `example.com` to your domain. -3. `docker compose -f production.yml up --build -d --remove-orphans` +3. `docker compose -f production.yml -f ./flarum/docker-compose.yml up --build -d` +4. `docker compose -f production.yml -f ./flarum/docker-compose.yml down --remove-orphans` ### Notes: ```yaml