Build and run the sample stack:
docker compose -f sample/repo/stacks/stax/compose.yaml up --buildThen inspect the echo logs:
docker logs echo-echo-1Expected output:
from env file: hellofrom sops env file: from-sops-env-filefrom sops yaml: from-sops-yaml
Use the base compose file for a daemon install:
docker compose -f compose.yaml upThis project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.