Skip to content

Commit

Permalink
Small fixups
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler committed Dec 9, 2024
1 parent 1e41e8c commit d55b144
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
31 changes: 12 additions & 19 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,28 @@ services:
# Uncomment to build from source
# build: .
ports:
- "8080:8080"
- "8081:8080"
environment:
LISTEN_ADDRESS: ":8080"
# uncomment if not running with Intel SGX HW
# OE_SIMULATION: "1"
restart: always
OE_SIMULATION: "1"
# uncomment if running with Intel SGX
# devices:
# - /dev/sgx_enclave
# - /dev/sgx_provision
volumes:
- masa:/home/masa/
- ./.env:/home/masa/.env
restart: always
masa-node:
# network_mode: "host"
network_mode: "host"
#image: masaengineering/oracle:v0.8.8
build: .
# optional if network_mode: "host" mode is not used
ports:
- "4001:4001/tcp"
- "4001:4001/udp"
- "8080:8080"
# ports:
# - "4001:4001/tcp"
# - "4001:4001/udp"
# - "8080:8080"
environment:
BOOTNODES: "${BOOTNODES}"
ENV: "${ENV}"
RPC_URL: "${RPC_URL}"
FILE_PATH: "${FILE_PATH}"
VALIDATOR: "${VALIDATOR}"
CACHE_PATH: "${CACHE_PATH}"
TWITTER_PASS: "${TWITTER_PASS}"
TWITTER_USER: "${TWITTER_USER}"
TWITTER_2FA_CODE: "${TWITTER_2FA_CODE}"
TWITTER_SCRAPER: "${TWITTER_SCRAPER}"
TEE_WORKER_URL: "http://masa-tee-worker:8080"
volumes:
- masa:/home/masa/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/masa-finance/tee-worker v0.0.0-00010101000000-000000000000 // indirect
github.com/masa-finance/tee-worker v0.0.0-20241205180015-72a24df6a325 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd h1:br0buuQ854V8
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd/go.mod h1:QuCEs1Nt24+FYQEqAAncTDPJIuGs+LxK1MCiFL25pMU=
github.com/masa-finance/masa-twitter-scraper v0.0.0-20241126070507-4938b90b44f4 h1:8E8Zp1raj1xIyT+zw4bp5kQJeofcmoJqo6f+4B88DCk=
github.com/masa-finance/masa-twitter-scraper v0.0.0-20241126070507-4938b90b44f4/go.mod h1:Q6UBbAZsaBNDZ4hZQr8lvUUDmkJgQAhHiYWJcj0E+BM=
github.com/masa-finance/tee-worker v0.0.0-20241205180015-72a24df6a325 h1:JeEDf19cnIEaejq5gA0hlXOH/sDi1LiTJ9BGPhTyOt8=
github.com/masa-finance/tee-worker v0.0.0-20241205180015-72a24df6a325/go.mod h1:Vzb6DqGCyYMsvd3r+1VIdSbbowIPmdkvsX7NtDgyj/E=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
Expand Down

0 comments on commit d55b144

Please sign in to comment.