Skip to content

Commit

Permalink
feat: last.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sphincz committed Dec 10, 2024
1 parent 0475a24 commit 266fedd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ services:
- "./pb_data:/data"

frontend:
image: "ghcr.io/sphincz/sphincz-website-frontend:latest"
build:
context: .
dockerfile: Dockerfile.prod
target: frontend
ports:
- "3000:80"
depends_on:
- backend
env_file:
- ./.env
environment:
- VITE_API_ADDRESS=http://merda:8090
- VITE_API_ADDRESS=http://backend:8090
- VITE_TURNSTILE_KEY=${VITE_TURNSTILE_KEY}
- TURNSTILE_SECRET=${TURNSTILE_SECRET}
- NODE_ENV=production

0 comments on commit 266fedd

Please sign in to comment.