Skip to content

Task/dev docker

username-removed-1496206 requested to merge task/dev-docker into master

Created by: Jenselme

  • ref(main): use a port variable

  • ref(main): use formatted string literals to build ws_endpoint string

  • chore(docker): can develop the API with docker

    • Add Dockerfile
    • Add docker-compose.yml file to run API and Redis easily
    • Ignore some folder in docker build context
  • chore(config): load configuration for docker by default

    By default in dev, we rely on config/config.docker.toml. If config/config.dev.toml exist, we load this instead.

  • ref(config): correct typo

  • chore(Makefile): update targets to be compatible with with docker

Merge request reports