philippn / docker-compose
Installs: 50
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/philippn/docker-compose
This package is auto-updated.
Last update: 2025-09-28 18:59:05 UTC
README
- Linux (tested on Ubuntu 19)
- docker-compose Install
◦ Install
▸ composer require philippn/docker-compose --dev
▸ vendor/bin/docker
NB!!!
If your project's path include any space, execution will fail (composer BUG
)
vendor/bin/docker.sh: 20: export: <...>: bad variable name
▸ GIT commit created files
◦ USE
- Docker
docker/run
docker/stop
- current container
docker/stop-all
- Stop all docker containers running in the background (current machine)
- Gitlab CI
Update - exec "echo 'Hello world'"
in /.gitlab-ci.yml
Insert any required command(s) instead of echo 'Hello world'
, testing purposes
NB!!! Remove /.gitlab-ci.yml
fil if you do not need Gitlab CI