File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docker/compose/movement-full-node Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
AWS_REGION : ${AWS_REGION:?AWS_REGION is not set}
13
13
AWS_ACCESS_KEY_ID : ${AWS_ACCESS_KEY_ID}
14
14
AWS_SECRET_ACCESS_KEY : ${AWS_SECRET_ACCESS_KEY}
15
- MOVEMENT_SYNC : ${MOVEMENT_SYNC:?MOVEMENT_SYNC is not set }
15
+ MOVEMENT_SYNC : ${MOVEMENT_SYNC}
16
16
MAYBE_RUN_LOCAL : " false"
17
17
RUST_LOG : info,aws_sdk_s3=debug
18
18
volumes :
Original file line number Diff line number Diff line change 1
1
services :
2
2
setup :
3
3
environment :
4
- MOVEMENT_SYNC : ${MOVEMENT_SYNC:?MOVEMENT_SYNC is not set }
4
+ MOVEMENT_SYNC : ${MOVEMENT_SYNC}
5
5
AWS_REGION : ${AWS_REGION:?AWS_REGION is not set}
6
6
AWS_ACCESS_KEY_ID : ${AWS_ACCESS_KEY_ID}
7
7
AWS_SECRET_ACCESS_KEY : ${AWS_SECRET_ACCESS_KEY}
You can’t perform that action at this time.
0 commit comments