Astroport.ONE/docker/docker-compose.yml

42 lines
862 B
YAML
Raw Permalink 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
2023-11-24 05:07:45 +01:00
- GID=${HOST_GID:-123}
2023-11-24 04:13:06 +01:00
- IPFS_VERSION=${IPFS_VERSION:-0.24.0}
2023-11-24 05:07:45 +01:00
- UID=${HOST_UID:-123}
2022-11-16 06:11:07 +01:00
context: ../
2022-11-22 23:49:46 +01:00
dockerfile: docker/astroport/Dockerfile
2023-11-24 05:07:45 +01:00
container_name: ${COMPOSE_PROJECT_NAME:-localhost}-astroport
domainname: ${DOMAINNAME:-localhost}
hostname: ${HOSTNAME:-astroport}
image: ${DOCKER_REPOSITORY:-localhost}/astroport:${DOCKER_IMAGE_TAG:-latest}
2022-11-16 14:25:56 +01:00
restart: unless-stopped
2023-09-07 20:37:03 +02:00
ports:
- 1234
- 12345
- 45780
- 45781
- 45782
- 45783
- 45784
- 45785
- 45786
- 45787
- 45788
- 45789
- 45790
- 33101
- 33102
2022-11-16 06:11:07 +01:00
tty: true
volumes:
2023-11-21 20:58:23 +01:00
- home:/home:delegated
2022-11-28 20:17:28 +01:00
- home:/home/zen/.zen/game/players:delegated
2022-11-22 23:49:46 +01:00
working_dir: /home/zen
2022-11-16 06:11:07 +01:00
volumes:
2022-11-28 20:17:28 +01:00
home: