Skip to content

Commit

Permalink
fix: SERVICE_CHECKIN
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent 1f397d5 commit 39fb40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.qa.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
APP_ENV: development
APP_MAX_FILE_SIZE_MB: 10
CORS_ORIGINS: http://localhost:3000
SERVICE_AUTH: http://localhost:3002
SERVICE_AUTH: auth:3002
SERVICE_BACKEND: backend:3003
SERVICE_CHECKIN: checkin:3004
SERVICE_CHECKIN: localhost:3004
SERVICE_STORE: store:3005
networks:
- rpkm67
Expand Down

0 comments on commit 39fb40b

Please sign in to comment.