Skip to content

Commit 4a9089b

Browse files
authored
Move docker backend stuff into its own folder (#313)
It might get deleted later but for now it is going to be partitioned away from the rest of the stuff
1 parent 96c76e6 commit 4a9089b

File tree

16 files changed

+16
-1
lines changed

16 files changed

+16
-1
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232

3333
cbl-test-logslurp:
3434
build:
35-
context: ./LogSlurp
35+
context: ../LogSlurp
3636
dockerfile: LogSlurp/Dockerfile
3737
ports:
3838
- "8180:8180"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://packages.couchbase.com/couchbase-lite/testserver.schema.json",
3+
"api-version": 1,
4+
"couchbase-servers": [
5+
{
6+
"hostname": "localhost"
7+
}
8+
],
9+
"sync-gateways": [
10+
{
11+
"hostname": "localhost"
12+
}
13+
],
14+
"logslurp": "true"
15+
}

0 commit comments

Comments
 (0)