mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
refactor: Update Traefik ingress routes file paths
This commit is contained in:
@@ -34,6 +34,13 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a
|
|||||||
12. `cp usersfile.example ./compose/usersfile`
|
12. `cp usersfile.example ./compose/usersfile`
|
||||||
13. `make serve`
|
13. `make serve`
|
||||||
|
|
||||||
|
## Docker Swarm Deployment
|
||||||
|
```
|
||||||
|
docker swarm init
|
||||||
|
docker network create -d overlay --attachable traefik-public
|
||||||
|
make deploy-core
|
||||||
|
```
|
||||||
|
|
||||||
### Notes:
|
### Notes:
|
||||||
```yaml
|
```yaml
|
||||||
# Declaring the user list
|
# Declaring the user list
|
||||||
|
|||||||
Reference in New Issue
Block a user