Update port mapping for cheatsheets_app service in production.yml

This commit is contained in:
2024-04-15 16:10:41 +08:00
parent 6b545a9feb
commit 468ecf7612
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -98,7 +98,6 @@ http:
- csrf
service: cheatsheets_app
tls:
# https://docs.traefik.io/master/routing/routers/#certresolver
certResolver: letsencrypt
# mqttx-router:
@@ -246,7 +245,7 @@ http:
cheatsheets_app:
loadBalancer:
servers:
- url: http://cheatsheets_app:8011
- url: http://cheatsheets_app:80
mqttx-web:
loadBalancer:
servers:
+2 -2
View File
@@ -59,8 +59,8 @@ services:
image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest}
container_name: cheatsheets_app
restart: unless-stopped
ports:
- "8011:80"
expose:
- 80
networks:
- net
- default