mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 12:05:02 +01:00
update presto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user