зеркало из
https://github.com/iharh/notes.git
synced 2025-11-02 22:56:09 +02:00
19 строки
342 B
Plaintext
19 строки
342 B
Plaintext
https://docs.docker.com/compose/cli-command/#install-on-linux
|
|
|
|
cli
|
|
docker
|
|
compose
|
|
...
|
|
|
|
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"
|