קורס Docker, Compose and Kubernetes שיעור דוגמה לפיתוח מיקרו סרביס מלא - חלק 1 בסיס הנתונים


זהו נושא דיון מלווה לערך המקורי שב־https://www.tocode.co.il/bundles/docker/lessons/compose-dev-example-part1

Hi, just to share on Windows 10
slashes in file name matter.
/postgres_password_bla worked for me,
yet postgres-password-bla didn’t

secrets:
  postgres-passwd:
    file: ./secrets/postgres_password_bla
לייק 1