Thanks again Jarek. That was one of the formats I didn’t try. Appreciate you!

Anthony

On Aug 21, 2021, at 3:46 PM, Jarek Potiuk 
<[email protected]<mailto:[email protected]>> wrote:

The image has entrypoint that accepts `bash` command and when you run your 
docker-compose, you are free to provide any startup command (as long as you 
continue using the default entrypoint)

Your docker compose entries can specify any bash command to run for your docker 
containers, for example:


airflow-worker:
  command:
    - bash
    - -c
    - |
      run_your_command_here
      airflow worker

This will run "run_your_command_here" before starting the worker.

--
+48 660 796 129

Reply via email to