services: postgres: image: postgres:16 environment: POSTGRES_USER: ${JETQUERY_USERNAME} POSTGRES_PASSWORD: ${JETQUERY_PASSWORD} ports: - 5432:5432