make a tmp folder for downloading the chain data backup to make sure that arbitrum container doesn't grow to 3 TB on initialisation

This commit is contained in:
Sebastian
2024-05-19 07:25:12 +02:00
parent 9b06ce40b6
commit 5f9a84ba40
3 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ services:
user: root user: root
volumes: volumes:
- 'arbitrum-fullnode_data:/arbitrum-node' - 'arbitrum-fullnode_data:/arbitrum-node'
- './tmp:/tmp'
expose: expose:
- 8547 - 8547
- 8548 - 8548

View File

@@ -7,6 +7,7 @@ services:
user: root user: root
volumes: volumes:
- 'arbitrum-nova-fullnode_data:/arbitrum-node' - 'arbitrum-nova-fullnode_data:/arbitrum-node'
- './tmp:/tmp'
expose: expose:
- 8547 # http + ws - 8547 # http + ws
command: command:

View File

@@ -7,6 +7,7 @@ services:
user: root user: root
volumes: volumes:
- 'arbitrum-sepolia-fullnode_data:/arbitrum-node' - 'arbitrum-sepolia-fullnode_data:/arbitrum-node'
- './tmp:/tmp'
expose: expose:
- 8547 # http + ws - 8547 # http + ws
command: command: