From bad2e3d9b3f4d88829966dc95f6e36874734a9bf Mon Sep 17 00:00:00 2001 From: Kun Li Date: Tue, 20 Feb 2024 16:37:10 +0100 Subject: [PATCH] deploy dockerized UI --- docker-compose.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8f79b95..64d8ef3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,10 @@ -version: '3' +version: "3" services: + webapp: + image: kunlium/luceweb + ports: + - 8000:80 + restart: unless-stopped ganache_db: image: trufflesuite/ganache:v7.7.3 @@ -14,7 +19,6 @@ services: volumes: - ${STORAGE_PATH:-./data}/ganache_db:/ganache_db - postgres_db: image: postgres restart: unless-stopped @@ -81,11 +85,10 @@ services: # - GRANT_SUDO=yes # - JUPYTER_ENABLE_LAB=yes - # ethereum-node: # image: ethereum/client-go # ports: # - "30303:30303" # command: "--rpc --rpcaddr 0.0.0.0" # volumes: - # - ./data/ethereum:/root/.ethereum \ No newline at end of file + # - ./data/ethereum:/root/.ethereum