Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- swift
- python
- urllib
- sqlite
- 날짜
- 맛집
- ASP
- node.js
- MySQL
- port
- PyQt5
- pandas
- javascript
- GIT
- PyQt
- PER
- mssql
- tensorflow
- Excel
- Unity
- IOS
- 다이어트
- 라즈베리파이
- 함수
- flutter
- 리눅스
- ubuntu
- MS-SQL
- Linux
- 유니티
Archives
목록서버/airflow (1)
아미(아름다운미소)
airflow 초기셋팅
your-project-directory/│├── dags/ # DAG 파일을 저장하는 디렉토리│ └── your_dag.py # 예시 DAG 파일│├── Dockerfile # Dockerfile│└── docker-compose.yml # docker-compose.yml 파일DockerfileFROM apache/airflow:2.5.0# 한국 시간대 설정ENV TZ=Asia/SeoulRUN apt-get update && apt-get install -y tzdata && \ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ echo $TZ > /etc/timez..
서버/airflow
2024. 11. 18. 08:31