Skip to content

Commit 1adef1e

Browse files
author
Adrian Nagy
committed
docker: Update compose files with the new flags
1 parent c9c4b9b commit 1adef1e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docker-compose.archive.devnet.compare.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ services:
137137
node-openmina:
138138
image: adrnagy/openmina:archive-test
139139
container_name: node-openmina
140+
environment:
141+
OPENMINA_ARCHIVE_ADDRESS: http://archive-openmina:3087
140142
command: >
141143
node
142-
--archive-address http://archive-openmina:3087
144+
--archive-archiver-process
143145
ports:
144146
- "3000:3000"
145147
depends_on:

docker-compose.archive.devnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ services:
6363
node-openmina:
6464
image: openmina/openmina:latest
6565
container_name: node-openmina
66+
environment:
67+
- OPENMINA_ARCHIVE_ADDRESS=http://archive-openmina:3086
6668
command: >
6769
node
68-
--archive-address http://archive-openmina:3086
70+
--archive-archiver-process
6971
ports:
7072
- "127.0.0.1:3000:3000"
7173
depends_on:

0 commit comments

Comments
 (0)