Release v0.1.6
This commit is contained in:
parent
2c122b4ba4
commit
a55e095299
|
@ -83,7 +83,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
monitor:
|
monitor:
|
||||||
container_name: monitor
|
container_name: monitor
|
||||||
image: ghcr.io/omni/tokenbridge-monitor:v0.1.5
|
image: ghcr.io/omni/tokenbridge-monitor:v0.1.6
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -96,7 +96,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
fix_block_timestamps:
|
fix_block_timestamps:
|
||||||
container_name: fix_block_timestamps
|
container_name: fix_block_timestamps
|
||||||
image: ghcr.io/omni/tokenbridge-monitor:v0.1.5
|
image: ghcr.io/omni/tokenbridge-monitor:v0.1.6
|
||||||
entrypoint: [ "./fix_block_timestamps" ]
|
entrypoint: [ "./fix_block_timestamps" ]
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -104,7 +104,7 @@ services:
|
||||||
- ./config.yml:/app/config.yml
|
- ./config.yml:/app/config.yml
|
||||||
reprocess_block_range:
|
reprocess_block_range:
|
||||||
container_name: fix_block_timestamps
|
container_name: fix_block_timestamps
|
||||||
image: ghcr.io/omni/tokenbridge-monitor:v0.1.5
|
image: ghcr.io/omni/tokenbridge-monitor:v0.1.6
|
||||||
entrypoint: [ "./reprocess_block_range" ]
|
entrypoint: [ "./reprocess_block_range" ]
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
Loading…
Reference in New Issue