mirror of
https://github.com/docker/compose.git
synced 2025-08-16 07:08:14 +02:00
7 lines
116 B
YAML
7 lines
116 B
YAML
services:
|
|
backend:
|
|
image: $IMAGE_NAME:$IMAGE_TAG
|
|
test:
|
|
profiles:
|
|
- test
|
|
image: enabled:profile |