We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab8be commit 4df180cCopy full SHA for 4df180c
.github/docker/simple-server.compose.yml
@@ -35,8 +35,13 @@ services:
35
CALL_SESSION_REDIS_HOST: redis
36
RAILS_CACHE_REDIS_URL: redis://
37
SIDEKIQ_REDIS_HOST: redis
38
+ networks:
39
+ - simple-network
40
+ - default
41
42
networks:
43
+ simple-network:
44
+ driver: bridge
45
default:
46
driver: bridge
47
driver_opts:
.github/workflows/ci_checks_v2.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
docker compose -f ".github/docker/simple-server.compose.yml" up -d
27
sleep 2
28
- docker ps
+ docker compose exec server bundle exec rails routes
29
30
31
- name: Cache AVD
0 commit comments