Astroport.ONE/docker/docker-compose.app.yml

27 lines
619 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:
build:
args:
- DOCKER_REPOSITORY=${DOCKER_REPOSITORY}
2022-11-29 20:13:38 +01:00
- GID=${HOST_GID}
- UID=${HOST_UID}
2022-11-22 23:49:46 +01:00
container_name: ${COMPOSE_PROJECT_NAME}-astroport
2022-11-16 06:11:07 +01:00
environment:
- ENV=${ENV}
- SHELL=${DOCKER_SHELL}
2022-11-22 23:49:46 +01:00
image: ${DOCKER_REPOSITORY}/astroport:${DOCKER_IMAGE_TAG}
2022-11-16 06:11:07 +01:00
labels:
2022-11-22 23:49:46 +01:00
- SERVICE_1234_CHECK_HTTP=/test
- SERVICE_1234_NAME=${COMPOSE_SERVICE_NAME}-astroport-1234
2022-11-29 20:13:38 +01:00
- SERVICE_1234_TAGS=${HOST_ASTROPORT_SERVICE_1234_TAGS:-}
2022-11-27 03:33:13 +01:00
volumes:
- dns:/dns
2022-11-16 06:11:07 +01:00
2022-11-22 23:49:46 +01:00
volumes:
2022-11-27 03:33:13 +01:00
dns:
2022-11-22 23:49:46 +01:00
ipfs:
2022-11-16 06:11:07 +01:00
external: true
2022-11-22 23:49:46 +01:00
name: ${COMPOSE_SERVICE_NAME}_ipfs