Skip to content

Commit

Permalink
🔧(docker) add compose command
Browse files Browse the repository at this point in the history
We recently split our docker-compose configuration in several files to handle
 properly the use of several database technology in our repository. There is
one drawback to this; we cannot use simply docker compose command, we have to
target right docker compose files to use according to the active database we
want to use.
  • Loading branch information
jbpenrath committed Aug 5, 2024
1 parent 0329981 commit bcf8cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/compose
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"

_docker_compose "$@"

0 comments on commit bcf8cdd

Please sign in to comment.