Skip to content

Commit

Permalink
build(frontend): add VITE_API_URL to env of prod ui container
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 9, 2023
1 parent cbaa6db commit bc03300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ services:
- fmtm-net
environment:
- BROTLI=true
- VITE_API_URL=${URL_SCHEME}://${API_URL}
restart: "unless-stopped"
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit bc03300

Please sign in to comment.