mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
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
|
- Build for ARM64 platform
|
||||||
|
|
||||||
## Production Deployment
|
## Production Deployment
|
||||||
|
1. `git clone
|
||||||
|
1. `git submodule update --init --recursive`
|
||||||
1. In `compose/traefik/traefik.yml`, change `example@test.com` to your email.
|
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.
|
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.
|
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:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.dozzle.entrypoints=web"
|
- "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"
|
- "traefik.http.services.dozzle.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
# volumes:
|
# volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user