File size: 312 Bytes
b47934a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Note: this can only be started using
# docker compose -f docker-compose.infra.yaml -f docker-compose.openmeter.yaml up
#
# Given this is governed by the Makefile, it's fine to not to add all the extends here.
services:
openmeter:
build: ..
sink-worker:
build: ..
billing-worker:
build: ..
|