Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AnLobanov committed Jan 3, 2024
1 parent ea376a8 commit 7ef3e07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ ARG JWT_ALGORITHM
ENV JWT_ALGORITHM ${JWT_ALGORITHM}
ARG DB_SERVER
ENV DB_SERVER ${DB_SERVER}

EXPOSE 80
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- traefik
labels:
- "traefik.enable=true"
- "traefik.http.routers.frontend.rule=Host(`api.novatorsmobile.ru`)"
- "traefik.http.routers.frontend.rule=Path(`/api`)"
- "traefik.http.routers.frontend.entrypoints=web"
watchtower:
image: containrrr/watchtower
Expand Down

0 comments on commit 7ef3e07

Please sign in to comment.