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