Skip to content

Commit ea6004e

Browse files
committed
chore: 🔧 bump tile38 test dependency
1 parent 103e774 commit ea6004e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docker-compose.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
services:
22
tile38:
3-
image: tile38/tile38:1.34.1
3+
image: tile38/tile38:1.36.2
44
container_name: tile38
55
command: >
66
/bin/sh -c 'mkdir -p tmp/data && \ #magic___^_^___line
77
echo "{\"logconfig\":{\"level\":\"debug\",\"encoding\":\"json\",\"outputPaths\":[\"stdout\"],\"errorOutputPaths\":[\"stderr\"],\"encoderConfig\": {\"messageKey\":\"message\",\"levelKey\":\"level\",\"levelEncoder\":\"lowercase\", \"timeKey\":\"timestamp\",\"timeEncoder\":\"ISO8601\"}}}"> tmp/data/config
88
tile38-server -d tmp/data -vv -p 9851 -l json'
99
ports:
10-
- 9851:9851
10+
- 9851:9851
1111
tile38-follower:
12-
image: tile38/tile38:1.34.1
12+
image: tile38/tile38:1.34.2
1313
container_name: tile38-follower
1414
command: >
1515
/bin/sh -c 'mkdir -p tmp/data && \
1616
1717
echo "{\"follow_host\":\"tile38\",\"follow_port\":9851,\"logconfig\":{\"level\":\"debug\",\"encoding\":\"json\",\"outputPaths\":[\"stdout\"],\"errorOutputPaths\":[\"stderr\"],\"encoderConfig\":{\"messageKey\":\"message\",\"levelKey\":\"level\",\"levelEncoder\":\"lowercase\",\"timeKey\":\"timestamp\",\"timeEncoder\":\"ISO8601\"}}}" > tmp/data/config
1818
tile38-server -d tmp/data -vv -p 9852 -l json'
1919
ports:
20-
- 9852:9852
20+
- 9852:9852

0 commit comments

Comments
 (0)