aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..05b4e94
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,9 @@
+version: "3"
+services:
+ job:
+ image: go-druid-mysql-influx
+ build: .
+ container_name: 'go-druid-mysql-influx-container'
+ user: devops
+ env_file:
+ - ./go-druid-mysql-influx.properties.dev