November 16, 20223 yr Bear with me - Forgive my ignorance and forgetful brain: About a year ago I set up a Docker Airflow deployment using docker-compose to automatically restart on server reboot. I did this with a docker-compose.yml file (don't remember from where I got the code) and not an App or Plugin. It has been working and bulletproof. Now I no longer need it, but I cannot figure out where I set it up to restart on every reboot! How can I stop Airflow from launching on reboot? Where would this normally be scheduled through? Any log entries I should be looking for to discover this? A few things I've tried: I had a user.scripts plugin entry to start (pip install) docker-compose on every reboot. I disabled that, but on restart the airflow containers are still launching (HOW??) I renamed the dockerized-airflow folder (/mnt/user/code/dockerized-airflow) that contained the docker-compose.yml, but it is still launching and creating the folder for the postgresql db! The code must be somewhere else, but I can't, for the life of me, figure out where. appdata/airflow-home only contains logs and dags, but I have deleted it to no avail. Attached screenshot of the docker containers and mounted volumes. Thank you!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.