1. 19 May, 2020 1 commit
  2. 13 Dec, 2019 1 commit
  3. 09 Dec, 2019 1 commit
  4. 21 Oct, 2019 1 commit
  5. 02 Oct, 2019 1 commit
  6. 12 Sep, 2019 1 commit
    • Peter Lyons's avatar
      feat: get host uid:gid and use in docker for dev · 2a485612
      Peter Lyons authored
      
      - Grab the uid:gid of the repo root in docker
      - Use that for the node user we run as in the container
      - Check owner of all volume mounts, if not OK, fix them
      - this should avoid permission errors on linux
      - provide bin/fix-volumes to fix owner issues ad hoc
      - There is no more ../node_modules
        - 1 and only 1 place where modules go for local dev (and prod)
        - local dev it's a volume mount, prod it's baked in
        - We have no native add-ons at the moment, so it should be OK, but
          `npm rebuild` as needed
      - Also many docker and CI refactorings
        - split prod and dev dockerfiles
          - They are both small now
        - Use ci-scripts/docker-labels to reduce LABEL boilerplate
        - change lint CI task to run outside a docker container
      
      Signed-off-by: default avatarPeter Lyons <pete@reactioncommerce.com>
      2a485612
  7. 28 Jun, 2019 1 commit
  8. 05 Oct, 2018 1 commit
  9. 14 Sep, 2018 1 commit
    • Peter Lyons's avatar
      chore: Rename the reaction-api Docker network · c18b8baf
      Peter Lyons authored
      Renames the Docker network on which the GraphQL enabled web services are
      attached.
      
      Platform networks in the Docker environment should be named as
      *.reaction.localhost. The localhost TLD is reserved and guaranteed to
      not conflict with a real TLD.
      
      ref: reactioncommerce/reaction#4447
      c18b8baf
  10. 12 Sep, 2018 1 commit
  11. 24 May, 2018 1 commit
  12. 16 Apr, 2018 1 commit
  13. 05 Apr, 2018 1 commit
  14. 04 Apr, 2018 2 commits