Spaces:
Sleeping
Sleeping
File size: 183 Bytes
dd4f6e7 | 1 2 3 4 5 6 7 8 | services:
app:
build:
context: .
image: ${IMAGE_REPO}:${IMAGE_TAG}
volumes:
- ./config/docker-agent.yaml:/config/docker-agent.yaml
|