myos/stack/newrelic/php-daemon.yml

20 lines
398 B
YAML
Raw Normal View History

2021-02-09 17:05:00 +01:00
version: '3.6'
services:
php-daemon:
image: newrelic/php-daemon:latest
# command: "/usr/bin/newrelic-daemon --loglevel debug"
labels:
- SERVICE_31339_CHECK_TCP=true
2022-05-09 15:33:46 +02:00
- SERVICE_31339_NAME=${COMPOSE_SERVICE_NAME}-php-daemon:31339
2021-02-09 17:05:00 +01:00
networks:
- private
ports:
- 31339
restart: always
networks:
private:
external: true
name: ${DOCKER_NETWORK_PRIVATE}