Skip to content

Commit

Permalink
deploy dockerized UI
Browse files Browse the repository at this point in the history
  • Loading branch information
klifish committed Feb 20, 2024
1 parent 26b32be commit bad2e3d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,7 +19,6 @@ services:
volumes:
- ${STORAGE_PATH:-./data}/ganache_db:/ganache_db


postgres_db:
image: postgres
restart: unless-stopped
Expand Down Expand Up @@ -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
# - ./data/ethereum:/root/.ethereum

0 comments on commit bad2e3d

Please sign in to comment.