Skip to content

Commit

Permalink
Small fixes in docker config (#876)
Browse files Browse the repository at this point in the history
Implements feedback from #814
  • Loading branch information
evroon committed Aug 30, 2024
1 parent a2f63ab commit 55d1337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ networks:
volumes:
bracket_pg_data:


services:
bracket-backend:
container_name: bracket-backend
Expand Down
6 changes: 4 additions & 2 deletions docs/docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ services:
ports:
- "3000:3000"
environment:
NEXT_PUBLIC_API_BASE_URL: "http://your-site.com:8400"
NEXT_PUBLIC_HCAPTCHA_SITE_KEY: "10000000-ffff-ffff-ffff-000000000001" # Public test key
NEXT_PUBLIC_API_BASE_URL: "http://your-site.com:8400"
# Go to https://dashboard.hcaptcha.com/signup, create a site and put the site key here
NEXT_PUBLIC_HCAPTCHA_SITE_KEY: "10000000-ffff-ffff-ffff-000000000001"
NODE_ENV: "production"
restart: unless-stopped

bracket-backend:
Expand Down

0 comments on commit 55d1337

Please sign in to comment.