Skip to content

Commit

Permalink
refac docker-compose and related
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Nov 9, 2023
1 parent 91c02d2 commit df594ee
Show file tree
Hide file tree
Showing 19 changed files with 332 additions and 387 deletions.
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AIRFLOW_IMAGE_NAME=ghcr.io/gestaogovbr/airflow2-docker:latest-dev
AIRFLOW__CORE__FERNET_KEY='Uqv6pwYWJn7xifR3QAkifMTkupos8mkxaQL2Q7Ydsqw='
AIRFLOW_UID=50000
POSTGRES_IMAGE_NAME=postgres:15
POSTGRES_USER=airflow
POSTGRES_PASSWORD=airflow
POSTGRES_DB=airflow
DB_VOLUME=./mnt/pgdata:/var/lib/postgresql/data
_AIRFLOW_WWW_USER_USERNAME=airflow
_AIRFLOW_WWW_USER_PASSWORD=airflow
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logs
mnt
.env
dags/__pycache__/*
.vscode
.DS_Store
Loading

0 comments on commit df594ee

Please sign in to comment.