Skip to content

Commit

Permalink
feat(docker): set skip replica env (#717)
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
hooopo committed Aug 18, 2022
1 parent 31271cb commit 7f4faa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- RAILS_ENV=development
- DATABASE_URL=${DATABASE_URL:-tidb://root:@host.docker.internal:4000/gharchive_dev}
- GITHUB_TOKEN=${GITHUB_TOKEN:?err}
- SKIP_REPLICA=1

api:
build:
Expand Down

0 comments on commit 7f4faa2

Please sign in to comment.