ihar_hancharenka cd34055d15 m
2025-08-20 10:13:30 +03:00

14 строки
306 B
Plaintext

https://docs.docker.com/compose/cli-command/#install-on-linux
compose-env:
https://docs.docker.com/compose/env-file/
tools:
https://github.com/vishnubob/wait-for-it
services:
web:
...
depends_on:
- db
entrypoint: "./wait-for-it.sh db:5432"