mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Update port mapping for cheatsheets_app service in production.yml
This commit is contained in:
@@ -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.
|
- [Forum](https://forum.furyhawk.lol/): Host your own forum.
|
||||||
- [Blog](https://info.furyhawk.lol/)
|
- [Blog](https://info.furyhawk.lol/)
|
||||||
- [Note](https://note.furyhawk.lol/): Notepad Online.
|
- [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.
|
- [Neural Network Playground](https://furyhawk.github.io/playground): Understand neural network visually.
|
||||||
|
- [Home server](https://github.com/furyhawk/cloudy): Build for ARM64 platform
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- Docker Compose
|
- Docker Compose
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ http:
|
|||||||
cheatsheets_app:
|
cheatsheets_app:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://cheatsheets_app:8811
|
- url: http://cheatsheets_app:8011
|
||||||
mqttx-web:
|
mqttx-web:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
+3
-3
@@ -60,7 +60,7 @@ services:
|
|||||||
container_name: cheatsheets_app
|
container_name: cheatsheets_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8811:80"
|
- "8011:80"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
@@ -107,11 +107,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./site:/usr/share/nginx/html:ro
|
- ./site:/usr/share/nginx/html:ro
|
||||||
|
expose:
|
||||||
|
- 80
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
expose:
|
|
||||||
- 80
|
|
||||||
|
|
||||||
# msmtpd:
|
# msmtpd:
|
||||||
# image: crazymax/msmtpd:latest
|
# image: crazymax/msmtpd:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user