summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
committerGravatar Arvydas Silanskas 2021-10-17 12:09:08 +0300
commit1e501c16b620c976a9b2d85ba5ad82b5e83ae0da (patch)
tree000f4e1c767113245478e5485f2bf4cc05a6d3e0 /docker-compose.yml
parentwork (diff)
work
Diffstat (limited to '')
-rw-r--r--docker-compose.yml12
1 files changed, 3 insertions, 9 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index de354b9..3aa9e00 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,14 +4,8 @@ services:
build: .
volumes:
- dependencies-volume:/dependencies
- akku:
- image: "akkuscm/akku"
- depends_on:
- - srfi_225_test
- volumes:
- - dependencies-volume:/dependencies
- kawa:
- image: "schemers/kawa"
+ gauche:
+ image: "schemers/gauche"
depends_on:
- srfi_225_test
volumes:
@@ -19,7 +13,7 @@ services:
- type: bind
source: .
target: /test/srfi-225
- command: "sh /test/srfi-225/docker-kawa.sh"
+ command: "sh /test/srfi-225/docker-gauche.sh"
chibi:
image: "schemers/chibi"
depends_on: