version: '3.3' services: webhook_receiver: image: python:3.9-slim restart: always command: python3 /tmp/server.py env_file: - ./tests/python/webhook_receiver/.env expose: - ${SERVER_PORT} volumes: - ./tests/python/webhook_receiver:/tmp networks: cvat: aliases: - webhooks