mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-05-13 01:39:02 -04:00
* feat: Add docker_compose resource * test: Run docker-compose tests as acc tests * chore(docs): Update documentation * chore(deps): Update gomod * chore: Try out macos runner and go 1.25 * chore: Update goreleaser configuration * chore: Update goreleaser versions and github actions * chore: Bump remaining setup-go action and go version in workflows --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>
12 lines
No EOL
247 B
YAML
12 lines
No EOL
247 B
YAML
services:
|
|
app:
|
|
image: busybox:1.35.0
|
|
command: ["sh", "-c", "sleep 300"]
|
|
environment:
|
|
COMPOSE_MESSAGE: ${COMPOSE_MESSAGE}
|
|
|
|
optional:
|
|
image: busybox:1.35.0
|
|
command: ["sh", "-c", "sleep 300"]
|
|
profiles:
|
|
- extras |