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

18 lines
524 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-29 14:51:05 +01:00
domainname: ${DOMAINNAME:-localhost}
hostname: ${HOSTNAME:-astroport}
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:-}