Skip to content

Commit

Permalink
Revert "clean up docker compose"
Browse files Browse the repository at this point in the history
This reverts commit 21b10ae.
  • Loading branch information
a.civier committed May 14, 2024
1 parent 628cd78 commit f237799
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ services:
context: .
dockerfile: Dockerfile
target: prod-image
args:
- VITE_AZURE_CLIENT_ID=${VITE_AZURE_CLIENT_ID}
- VITE_AZURE_AUTHORITY=${VITE_AZURE_AUTHORITY}
- VITE_TODO_API_ENDPOINT_URL=${VITE_TODO_API_ENDPOINT_URL}
- VITE_TODO_API_SCOPES_READ=${VITE_TODO_API_SCOPES_READ}
- VITE_TODO_API_SCOPES_WRITE=${VITE_TODO_API_SCOPES_WRITE}
image: application:latest
hostname: application
restart: always
Expand Down

0 comments on commit f237799

Please sign in to comment.