diff --git a/README.md b/README.md index ef95b1b..d6adbe1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a 12. `cp usersfile.example ./compose/usersfile` 13. `make serve` +## Docker Swarm Deployment +``` +docker swarm init +docker network create -d overlay --attachable traefik-public +make deploy-core +``` + ### Notes: ```yaml # Declaring the user list