Skip to content
Snippets Groups Projects
Select Git revision
  • 20ee2176e6283090170fd89c3303c77f12d748ef
  • master default protected
2 results

invcontrol

  • Clone with SSH
  • Clone with HTTPS
  • Rafael László's avatar
    Rafael László authored
    20ee2176
    History

    invControl

    This app is currently under development

    Setup

    server/ormconfig.json: there is an example file to it

    DB with docker: docker run -d --name invControl-pg -p 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres

    Local proxy: docker run -d -it --name invcontrol-proxy -v /path/to/Caddyfile:/etc/caddy/Caddyfile --network host caddy