Yuri Marx · May 3, 2022 go to post

Thanks! You right, I have other apps published on OEX to detect objects, encrypt, do geocoding, all using Python and IRIS.

Yuri Marx · May 3, 2022 go to post

Step by test for: 1 dev into vscode, 2 push to git, 3 run on jenkins or gitlab, 4 fire build, 5 fire unit tests, 6 if pass promote to prod, 7 if fail report for email or bug defect, 7 show monitoring on sam, 8 scan code with code quality

Yuri Marx · May 1, 2022 go to post

Thanks the revisions, it is fundamental to improve and deploy more apps to DC.

Yuri Marx · Apr 25, 2022 go to post

Congrats for all participants and thanks for this fantastic contest

Yuri Marx · Apr 12, 2022 go to post

Thanks Community, I love to contribute on DC. My plan is write more articles, apps and translate more articles to portuguese in this year

Yuri Marx · Apr 11, 2022 go to post

I am really happy. It's an honor to win the expert nomination. After participating in 17 contests, I achieved the dream of winning. Thank you very much and congratulations for all participants.

Yuri Marx · Apr 8, 2022 go to post
version: '3.6'
services:
  iris:
    build:
      context: .
      dockerfile: Dockerfile
    restart: always
    command: --check-caps false
    ports:
      - 1972
      - 52773:52773
      - 53773
    volumes:
      - ./:/irisrun/repo