2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

update presto

This commit is contained in:
kev
2019-10-21 22:02:39 +08:00
parent 3185a204b4
commit 88611cf426
28 changed files with 121 additions and 9 deletions

View File

@@ -14,12 +14,12 @@ services:
placement:
constraints:
- node.role == manager
- node.hostname == presto-coordinator
restart_policy:
condition: on-failure
worker:
image: vimagick/prestodb:alpine
entrypoint: sh -c 'launcher run -Dnode.id=$$HOSTNAME'
volumes:
- /data:/data
- prestodb_worker_conf:/opt/presto/etc