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

Commit

Permalink
fix: added env into compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfenB committed Jan 29, 2024
1 parent b1d5bfe commit f252280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ services:
restart: always
ports:
- 4001:80
environment:
- VITE_AUTH0_CLIENT_ID=${VITE_AUTH0_CLIENT_ID}
- VITE_AUTH0_DOMAIN=${VITE_AUTH0_DOMAIN}
- VITE_GITHUB_URL=${VITE_GITHUB_URL}

0 comments on commit f252280

Please sign in to comment.