Skip to content
Snippets Groups Projects
Commit ccc11901 authored by nathania.calista01@gmail.com's avatar nathania.calista01@gmail.com
Browse files

feat: docker for apache airflow

parent 0ab95252
Branches main
No related merge requests found
FROM apache/airflow:latest
USER root
RUN apt-get update && \
apt-get -y install git && \
apt-get clean
USER airflow
\ No newline at end of file
version: '3'
services:
sleek-airflow:
build:
context: .
dockerfile: Dockerfile
volumes:
- ./airflow:/opt/airflow
ports:
- "8080:8080"
command: airflow standalone
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment