AS a developer, I want the deploy scripts to compose docker using "docker compose" instead of "docker-compose" #219
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 2 minutes 30 seconds
Due date
Vylpes
2 minutes 30 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#219
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 1
AS a developer, I want the deploy scripts to compose docker using "docker compose" instead of "docker-compose"
SO THAT more modern versions of docker can be deployed to
Acceptance Criteria
AS a developer
GIVEN I want to deploy
WHEN the deploy scripts get executed
THEN they should use
docker compose up -d
instead ofdocker-compose up -d
Notes
docker-compose up -d
(with a dash)Update deploy scripts to use "docker compose up -d"to AS a developer, I want the deploy scripts to compose docker using "docker compose" instead of "docker-compose"Already done