Skip to content

Commit b877cb1

Browse files
musitdevnicholasflintwillow
authored andcommitted
fix: MOVEMENT_SYNC is not longer mandatory (#1053)
1 parent 1d435a9 commit b877cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/compose/movement-full-node/docker-compose.follower.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
AWS_REGION: ${AWS_REGION:?AWS_REGION is not set}
1313
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
1414
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
15-
MOVEMENT_SYNC: ${MOVEMENT_SYNC:?MOVEMENT_SYNC is not set}
15+
MOVEMENT_SYNC: ${MOVEMENT_SYNC}
1616
MAYBE_RUN_LOCAL: "false"
1717
RUST_LOG: info,aws_sdk_s3=debug
1818
volumes:

docker/compose/movement-full-node/docker-compose.leader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
setup:
33
environment:
4-
MOVEMENT_SYNC: ${MOVEMENT_SYNC:?MOVEMENT_SYNC is not set}
4+
MOVEMENT_SYNC: ${MOVEMENT_SYNC}
55
AWS_REGION: ${AWS_REGION:?AWS_REGION is not set}
66
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
77
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}

0 commit comments

Comments
 (0)