We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f802b9e commit abc4db2Copy full SHA for abc4db2
tsdproxy/.gitignore
@@ -0,0 +1 @@
1
+config/
tsdproxy/compose.yaml
@@ -0,0 +1,13 @@
+services:
2
+ tsdproxy:
3
+ image: almeidapaulopt/tsdproxy:2
4
+ volumes:
5
+ - /var/run/docker.sock:/var/run/docker.sock
6
+ - datadir:/data
7
+ - ${CONFIG:-./config}:/config
8
+ restart: unless-stopped
9
+ ports:
10
+ - "8080"
11
+
12
+volumes:
13
+ datadir:
0 commit comments