Skip to content

Commit

Permalink
CI: try to tweak docker-compose.ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Dec 11, 2023
1 parent c0f93a1 commit 6d9fbf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: "2.4"

services:
base:
platform: linux/amd64

web:
volumes:
- ./vendor/bundle:/usr/local/bundle
Expand All @@ -16,3 +19,6 @@ services:
sidekiq:
volumes:
- ./vendor/bundle:/usr/local/bundle

selenium:
scale: 1

0 comments on commit 6d9fbf0

Please sign in to comment.