Astroport.ONE/docker/docker-compose.yml

24 lines
462 B
YAML
Raw Normal View History

2022-11-16 06:11:07 +01:00
version: '3.6'
services:
2022-11-22 23:49:46 +01:00
astroport:
2022-11-16 06:11:07 +01:00
build:
args:
2022-11-22 23:49:46 +01:00
- DOCKER_BUILD_DIR=docker/astroport
2022-11-16 06:11:07 +01:00
- IPFS_VERSION=${IPFS_VERSION:-0.16.0}
context: ../
2022-11-22 23:49:46 +01:00
dockerfile: docker/astroport/Dockerfile
2022-11-16 06:11:07 +01:00
network_mode: host
2022-11-16 14:25:56 +01:00
restart: unless-stopped
2022-11-16 06:11:07 +01:00
tty: true
volumes:
2022-11-22 23:49:46 +01:00
- data:/home/zen/Astroport:cached
2022-11-16 06:11:07 +01:00
- ipfs:/home/zen/.ipfs:cached,ro
- zen:/home/zen/.zen:delegated
2022-11-22 23:49:46 +01:00
working_dir: /home/zen
2022-11-16 06:11:07 +01:00
volumes:
data:
ipfs:
zen: