removing compose issue

This commit is contained in:
Dimo Pechenikov 2025-05-21 13:59:49 +00:00
parent 4bf99e604e
commit aff6110657

View file

@ -2,7 +2,7 @@ version: "3.8"
services: services:
geth-node: geth-node:
image: europe-west3-docker.pkg.dev/task-460410/task-repo/app:latest image: app:latest
container_name: geth-devnet container_name: geth-devnet
ports: ports:
- "8545:8545" # RPC HTTP - "8545:8545" # RPC HTTP
@ -23,6 +23,5 @@ services:
--ws.api personal,eth,net,web3,miner --ws.api personal,eth,net,web3,miner
--allow-insecure-unlock --allow-insecure-unlock
--mine --mine
--miner.threads=1
--nodiscover --nodiscover
restart: unless-stopped restart: unless-stopped