Refactor docker-compose.yml to update dozzle service configuration
This commit is contained in:
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user