restart: always
build:
context: .
+ x-bake:
+ platforms:
+ - linux/amd64
+ - linux/arm64
args:
- COMPONENT=cache
volumes:
context: .
args:
- COMPONENT=gateway
+ x-bake:
+ platforms:
+ - linux/amd64
+ - linux/arm64
volumes:
- ./config/default.yml:/config/default.yml
environment:
context: .
args:
- COMPONENT=rest
+ x-bake:
+ platforms:
+ - linux/amd64
+ - linux/arm64
volumes:
- ./config/default.yml:/config/default.yml
environment:
args:
- RUST_LOG=debug
- COMPONENT=webhook
+ x-bake:
+ platforms:
+ - linux/amd64
+ - linux/arm64
volumes:
- ./config/default.yml:/config/default.yml
environment:
context: .
args:
- COMPONENT=ratelimit
+ x-bake:
+ platforms:
+ - linux/amd64
+ - linux/arm64
volumes:
- ./config/default.yml:/config/default.yml
environment: