Skip to content

Commit

Permalink
use custom docker-compose.yml for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Sep 1, 2023
1 parent d89287f commit 9bfc68f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: '3.7'

services:
fuseki:
extends:
file: ../dockerfiles/docker-compose.yml
service: fuseki
fuseki-cache:
extends:
file: ../dockerfiles/docker-compose.yml
service: fuseki-cache
skosmos:
extends:
file: ../dockerfiles/docker-compose.yml
service: skosmos
volumes:
- type: bind
source: testconfig.ttl
target: /var/www/html/config.ttl
1 change: 0 additions & 1 deletion tests/init_containers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# Build and start up containers (skosmos, skosmos-cache, fuseki)
cd ../dockerfiles
docker compose up -d --build

echo "Waiting for Fuseki to get ready"
Expand Down

0 comments on commit 9bfc68f

Please sign in to comment.