package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev
# README
Command line tools available for building
Docker Images
All docker images have reasonable defaults and are set up to run the main application for each service.
Check docker-compose.yml
in each app for more information.
# Run:
docker-compose -f ./cmd/<app>/docker-compose.yml run --rm <app> --help
# to see available options and additional commands.