Skip to content

Commit 52e9897

Browse files
committed
Export
1 parent aa7bdf0 commit 52e9897

File tree

3 files changed

+384
-4
lines changed

3 files changed

+384
-4
lines changed

docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,17 @@ services:
2929
domainname: ${BASE_TEST_DOMAIN}
3030
hostname: hyperstack
3131
container_name: "hyperstack"
32-
entrypoint: ./runall
32+
entrypoint: ./runone
3333
stdin_open: true
3434
tty: true
3535
working_dir: /root/hyperstack
3636
environment:
3737
BUNDLE_PATH: "/root/local_gems"
38+
DRIVER: "${DRIVER}"
39+
COMPONENT: "${COMPONENT}"
40+
RUBY_VERSION: "${RUBY_VERSION}"
41+
TASK: "${TASK}"
42+
DB: "${DB}"
3843
volumes:
3944
- ${MOUNT_PATH:-..}/hyperstack:/root/hyperstack
4045
- local_gems:/root/local_gems

0 commit comments

Comments
 (0)