Skip to content
Snippets Groups Projects

F integration test simple

Merged Alexander Schlemmer requested to merge f-integration-test-simple into dev

Files

+ 2
3
@@ -17,8 +17,8 @@ services:
@@ -17,8 +17,8 @@ services:
- type: bind
- type: bind
source: ./cert
source: ./cert
target: /opt/caosdb/cert
target: /opt/caosdb/cert
- type: volume
- type: bind
source: extroot
source: "../integrationtests/test_data/extroot"
target: /opt/caosdb/mnt/extroot
target: /opt/caosdb/mnt/extroot
- type: volume
- type: volume
source: scripting
source: scripting
@@ -36,7 +36,6 @@ services:
@@ -36,7 +36,6 @@ services:
CAOSDB_CONFIG_TRANSACTION_BENCHMARK_ENABLED: "TRUE"
CAOSDB_CONFIG_TRANSACTION_BENCHMARK_ENABLED: "TRUE"
volumes:
volumes:
scripting:
scripting:
extroot:
authtoken:
authtoken:
networks:
networks:
caosnet:
caosnet:
Loading