Skip to content

Commit

Permalink
chore: update port number for vite fe in docker compose yml (#7772)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong authored Oct 14, 2024
1 parent 410bed4 commit f017239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- DB_HOST=mongodb://database:27017/formsg?directConnection=true
- APP_NAME=FormSG
- APP_URL=http://localhost:5001
- FE_APP_URL=http://localhost:3000
- FE_APP_URL=http://localhost:5173
- ATTACHMENT_S3_BUCKET=local-attachment-bucket
- PAYMENT_PROOF_S3_BUCKET=local-payment-proof-bucket
- IMAGE_S3_BUCKET=local-image-bucket
Expand Down Expand Up @@ -169,7 +169,7 @@ services:
environment:
- SERVICES=s3,sqs,secretsmanager
- DNS_ADDRESS=0
- EXTRA_CORS_ALLOWED_ORIGINS=http://localhost:3000
- EXTRA_CORS_ALLOWED_ORIGINS=http://localhost:5173
volumes:
- ./.localstack/volume:/var/lib/localstack
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit f017239

Please sign in to comment.