Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
JWT_SECRET: secret_key_12345
AWS_ACCESS_KEY_ID: AKIAIOSFODNN7EXAMPLE
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
ports:
- "5000:5000"
expose:
- 5000
volumes:
- ../backend:/app
- uploads:/app/uploads
Expand All @@ -40,8 +40,8 @@ services:
build:
context: ../frontend
dockerfile: Dockerfile
ports:
- "3000:3000"
expose:
- 3000
environment:
# Leave empty to use dynamic host detection in api.js
# Or set explicitly: REACT_APP_API_URL: http://YOUR_SERVER_IP:5000/api
Expand Down