Skip to content

Commit 4df180c

Browse files
committed
multiple networks
1 parent 13ab8be commit 4df180c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/docker/simple-server.compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ services:
3535
CALL_SESSION_REDIS_HOST: redis
3636
RAILS_CACHE_REDIS_URL: redis://
3737
SIDEKIQ_REDIS_HOST: redis
38+
networks:
39+
- simple-network
40+
- default
3841

3942
networks:
43+
simple-network:
44+
driver: bridge
4045
default:
4146
driver: bridge
4247
driver_opts:

.github/workflows/ci_checks_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
docker compose -f ".github/docker/simple-server.compose.yml" up -d
2727
sleep 2
28-
docker ps
28+
docker compose exec server bundle exec rails routes
2929
3030
3131
- name: Cache AVD

0 commit comments

Comments
 (0)