Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jan 17, 2025
1 parent 06edc1e commit 016f51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker/simple-server.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ services:
SIMPLE_SERVER_DATABASE_HOST: postgres
SIMPLE_SERVER_DATABASE_USERNAME: postgres
SIMPLE_SERVER_DATABASE_PASSWORD: password
SIMPLE_SERVER_HOST: localhost:8420
SIMPLE_SERVER_HOST_PROTOCOL: https
SIMPLE_SERVER_ENV: android_review
CALL_SESSION_REDIS_HOST: redis
RAILS_CACHE_REDIS_URL: redis://
SIDEKIQ_REDIS_HOST: redis
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
- name: Start Simple Docker server
run: |
docker compose -f ".github/docker/simple-server.compose.yml" up -d
docker exec container env
- name: Wait for Docker server to be available
run: |
Expand Down

0 comments on commit 016f51b

Please sign in to comment.