1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

remove usage worker from installation compose

This commit is contained in:
Torsten Dittmann 2021-11-25 18:17:03 +01:00
parent e08ff9f0f9
commit 0d6581330b

View file

@ -150,25 +150,6 @@ services:
- _APP_DB_PASS
- _APP_USAGE_STATS
appwrite-worker-usage:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: worker-usage
container_name: appwrite-worker-usage
restart: unless-stopped
networks:
- appwrite
depends_on:
- redis
- telegraf
environment:
- _APP_ENV
- _APP_REDIS_HOST
- _APP_REDIS_PORT
- _APP_REDIS_USER
- _APP_REDIS_PASS
- _APP_STATSD_HOST
- _APP_STATSD_PORT
appwrite-worker-audits:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: worker-audits