Skip to content

Commit

Permalink
ui, fix: api-url through volume
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Nov 9, 2023
1 parent 513f661 commit 607ae8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config-api-url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/api
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ services:
- "traefik.http.routers.ui-https.entrypoints=reverse-proxy-https"
- "traefik.http.routers.ui-https.rule=PathPrefix(`/`)"
- "traefik.http.routers.ui-https.tls=true"
environment:
- "API_URL=/api"
volumes:
- ./config-api-url:/usr/share/nginx/html/config/api-url

0 comments on commit 607ae8e

Please sign in to comment.