Files
Ultroid-fork/docker-compose.yml
Devesh Pal 4d30dd7dd7 [Update] Ultroid v0.6
Co-Authored-By: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-Authored-By: MMETMA <79155572+MMETMA@users.noreply.github.com>
Co-Authored-By: Aditya <me@xditya.me>
Co-Authored-By: marat2509 <93652988+marat2509@users.noreply.github.com>
Co-Authored-By: smartman_ru <14003491+smartmanru@users.noreply.github.com>
Co-Authored-By: Flasho <75789819+flashokillerify@users.noreply.github.com>
Co-Authored-By: ÁÑÑÍHÌLÅTØR SPÄRK <75305464+annihilatorrrr@users.noreply.github.com>
2022-06-06 23:18:16 +05:30

16 lines
471 B
YAML

version: "3.9"
services:
worker:
build: .
environment:
REDIS_URI: $REDIS_URI
REDIS_PASSWORD: $REDIS_PASSWORD
SESSION: $SESSION
API_ID: $API_ID # defaults to None
API_HASH: $API_HASH # defaults to None
MONGO_URI: $MONGO_URI # defaults to None
BOT_TOKEN: $BOT_TOKEN # Not mandatory
LOG_CHANNEL: $LOG_CHANNEL # Not mandatory
DATABASE_URL: $DATABASE_URL # defaults to None
OKTETO_TOKEN: $OKTETO_TOKEN