Skip to content
Snippets Groups Projects
Unverified Commit 54f2831f authored by capossele's avatar capossele
Browse files

:whale: Update docker-compose

parent 3baa2488
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,12 @@ services: ...@@ -29,10 +29,12 @@ services:
command: > command: >
--config-dir=/tmp --config-dir=/tmp
--database.directory=/tmp/mainnetdb --database.directory=/tmp/mainnetdb
--valueLayer.snapshot.file=/tmp/assets/7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih.bin
--node.enablePlugins=bootstrap --node.enablePlugins=bootstrap
volumes: volumes:
- ./config.docker.json:/tmp/config.json:ro - ./config.docker.json:/tmp/config.json:ro
- goshimmer-cache:/go - goshimmer-cache:/go
- ../integration-tests/assets:/tmp/assets
ports: ports:
- "127.0.0.1:8080:8080/tcp" # web API - "127.0.0.1:8080:8080/tcp" # web API
- "127.0.0.1:8081:8081/tcp" # dashboard - "127.0.0.1:8081:8081/tcp" # dashboard
...@@ -45,10 +47,12 @@ services: ...@@ -45,10 +47,12 @@ services:
command: > command: >
--config-dir=/tmp --config-dir=/tmp
--database.directory=/tmp/mainnetdb --database.directory=/tmp/mainnetdb
--valueLayer.snapshot.file=/tmp/assets/7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih.bin
--node.disablePlugins=dashboard,portcheck --node.disablePlugins=dashboard,portcheck
volumes: volumes:
- ./config.docker.json:/tmp/config.json:ro - ./config.docker.json:/tmp/config.json:ro
- goshimmer-cache:/go - goshimmer-cache:/go
- ../integration-tests/assets:/tmp/assets
expose: expose:
- "8080/tcp" # web API (within Docker network) - "8080/tcp" # web API (within Docker network)
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment