2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2019-10-21 11:49:39 +08:00
parent b48eefc547
commit 79d8dac378
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ version: "3.7"
services: services:
coordinator: coordinator:
image: vimagick/prestodb image: vimagick/prestodb:alpine
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
@@ -19,7 +19,7 @@ services:
condition: on-failure condition: on-failure
worker: worker:
image: vimagick/prestodb image: vimagick/prestodb:alpine
volumes: volumes:
- /data:/data - /data:/data
- prestodb_worker_conf:/opt/presto/etc - prestodb_worker_conf:/opt/presto/etc

View File

@@ -3,7 +3,7 @@ version: "3.7"
services: services:
coordinator: coordinator:
image: vimagick/prestosql image: vimagick/prestosql:alpine
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
@@ -19,7 +19,7 @@ services:
condition: on-failure condition: on-failure
worker: worker:
image: vimagick/prestosql image: vimagick/prestosql:alpine
volumes: volumes:
- /data:/data - /data:/data
- prestosql_worker_conf:/opt/presto/etc - prestosql_worker_conf:/opt/presto/etc