Skip to content

Commit

Permalink
Fix routing
Browse files Browse the repository at this point in the history
  • Loading branch information
pqvst authored Jan 2, 2024
1 parent eb32e88 commit 6709eb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
- NODE_ENV=production
volumes:
- ./images:/usr/src/app/images
labels:
- traefik.enable=true
- traefik.http.routers.cafeandcowork.rule=Host(`cafeandcowork.com`)
logging:
options:
max-file: "10"
Expand All @@ -17,5 +20,5 @@ services:

networks:
default:
external:
name: router_default
name: router_default
external: true

0 comments on commit 6709eb5

Please sign in to comment.