Skip to content

Commit

Permalink
Add port 8080 to docker-compose.yml and update labels for front service
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Jan 31, 2024
1 parent 798680e commit 464720d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
ports:
- "80:80"
- "443:443"
- "8080:8080"
labels:
- "traefik.http.services.traefik.loadbalancer.server.port=8080"
volumes:
Expand Down Expand Up @@ -52,9 +53,9 @@ services:
volumes:
- ./front:/app/src
labels:
- "traefik.http.routers.front.rule=Host(`instantchat.${ SITE_ADDRESS }.traekif.me`)"
- "traefik.http.routers.app2-tls.tls.domains[0].main=instantchat.traefik.me"
- "traefik.http.routers.app2-tls.tls.domains[0].sans=app2-*.traefik.me"
- "traefik.http.routers.front.rule=Host(\"instantchat.${SITE_ADDRESS}.traekif.me\")"
- "traefik.http.routers.front-tls.tls.domains[0].main=instantchat.traefik.me"
- "traefik.http.routers.front-tls.tls.domains[0].sans=instantchat-*.traefik.me"
- "traefik.http.routers.front.tls=true"
- "traefik.http.services.front.loadbalancer.server.port=3000"
networks:
Expand Down

0 comments on commit 464720d

Please sign in to comment.