mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
update
This commit is contained in:
parent
b48eefc547
commit
79d8dac378
@ -3,7 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
|
||||
coordinator:
|
||||
image: vimagick/prestodb
|
||||
image: vimagick/prestodb:alpine
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
worker:
|
||||
image: vimagick/prestodb
|
||||
image: vimagick/prestodb:alpine
|
||||
volumes:
|
||||
- /data:/data
|
||||
- prestodb_worker_conf:/opt/presto/etc
|
||||
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
|
||||
coordinator:
|
||||
image: vimagick/prestosql
|
||||
image: vimagick/prestosql:alpine
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
worker:
|
||||
image: vimagick/prestosql
|
||||
image: vimagick/prestosql:alpine
|
||||
volumes:
|
||||
- /data:/data
|
||||
- prestosql_worker_conf:/opt/presto/etc
|
||||
|
Loading…
Reference in New Issue
Block a user