Skip to content

Instantly share code, notes, and snippets.

View benjaminabruzzo's full-sized avatar
🎯
Focusing

Benjamin benjaminabruzzo

🎯
Focusing
View GitHub Profile
@CribberSix
CribberSix / 0033.yml
Last active March 4, 2025 18:52
docker-compose.yml for a series of articles on my medium
version: "3"
services:
# scheduler & monitoring service
airflow-webserver:
hostname: myairflow
container_name: airflow_container
image: 'puckel/docker-airflow:1.10.9' # latest image as of 2021-11-08.
ports:
- '8085:8080'