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

22 lines
584 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-12-21 14:07:54 +01:00
hostname: ${HOSTNAME:-astroport}.${DOMAINNAME:-localhost}
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-16 06:11:07 +01:00
2022-11-22 23:49:46 +01:00
volumes:
ipfs:
2022-11-16 06:11:07 +01:00
external: true
2022-11-22 23:49:46 +01:00
name: ${COMPOSE_SERVICE_NAME}_ipfs