diff --git a/README.md b/README.md index 7239957..30033d9 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This simple project uses Traefik as a reverse proxy to a Streamlit application a - [Forum](https://forum.furyhawk.lol/): Host your own forum. - [Blog](https://info.furyhawk.lol/) - [Note](https://note.furyhawk.lol/): Notepad Online. -- [Home server](https://github.com/furyhawk/cloudy): Build for ARM64 platform - [Neural Network Playground](https://furyhawk.github.io/playground): Understand neural network visually. +- [Home server](https://github.com/furyhawk/cloudy): Build for ARM64 platform ## Requirements - Docker Compose diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index b7db4a7..105b39a 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -246,7 +246,7 @@ http: cheatsheets_app: loadBalancer: servers: - - url: http://cheatsheets_app:8811 + - url: http://cheatsheets_app:8011 mqttx-web: loadBalancer: servers: diff --git a/production.yml b/production.yml index 58e5eb5..7ca8a4d 100644 --- a/production.yml +++ b/production.yml @@ -60,7 +60,7 @@ services: container_name: cheatsheets_app restart: unless-stopped ports: - - "8811:80" + - "8011:80" networks: - net - default @@ -107,11 +107,11 @@ services: restart: unless-stopped volumes: - ./site:/usr/share/nginx/html:ro + expose: + - 80 networks: - net - default - expose: - - 80 # msmtpd: # image: crazymax/msmtpd:latest