Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
moogoo78 committed Nov 14, 2024
1 parent 5fa811f commit 8bac86b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
2 changes: 1 addition & 1 deletion compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.myapp1.rule=Host(`${APP_HOST}`)"
- "traefik.http.routers.myapp1.rule=Host(`${PORTAL_HOST}`)"
- "traefik.http.routers.myapp1.entrypoints=websecure"
- "traefik.http.routers.myapp1.tls.certresolver=myresolver"
- "traefik.http.services.flask.loadbalancer.server.port=8001"
Expand Down
80 changes: 0 additions & 80 deletions init-letsencrypt.sh

This file was deleted.

0 comments on commit 8bac86b

Please sign in to comment.