$ cd docker/
$ docker buildx bake --load
[..]$ cd docker/
$ REGISTRY=registry.example.org/container docker buildx bake [--push|--load]
[..]The default compose configuration expects a running xikolo environment that already includes redis-cache, redis-sidekiq, and the shared rabbitmq:
cd docker/
docker compose [-f compose.yml] upThe standalone mode starts (and stops) redis-cache, redis-sidekiq and rabbitmq in addition to the lanalytics services:
cd docker/
docker compose -f compose.standalone.yml upNote: The containers are named identical to the one used in the xikolo compose demo. Therefore, docker will use these, if the exists or are running. Stopping the standalone environment will stop the Redis and RabbitMQ containers, even if you have a xikolo compose still running.
See .env.
TODO
TODO