Commit 0dfb8899 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add container name for pg

parent 29077c3c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ x-airflow-common:
services:
  postgres:
    image: postgres:13
    container_name: airflow-postgres
    environment:
      POSTGRES_USER: airflow
      POSTGRES_PASSWORD: airflow