Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-28 16:03:29 +08:00
parent ce1cfbf4c7
commit feff445ab3
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a
- Build for ARM64 platform
## Production Deployment
1. `git clone
1. `git submodule update --init --recursive`
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. `sudo apt-get install build-essential` (if not already installed) to use makefile.
Submodule
+1
Submodule flarum added at 74535b74ed
+1 -1
View File
@@ -18,7 +18,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.dozzle.entrypoints=web"
- "traefik.http.routers.dozzle.rule=Host(`mac`)"
- "traefik.http.routers.dozzle.rule=Host(`$HOSTNAME`)"
- "traefik.http.services.dozzle.loadbalancer.server.port=8080"
# volumes: