| 1 | services: |
| 2 | nodejwt: |
| 3 | build: ./targets/node-jsonwebtoken |
| 4 | ports: ["7001:7001"] |
| 5 | restart: unless-stopped |
| 6 | |
| 7 | pyjwt: |
| 8 | build: ./targets/pyjwt |
| 9 | ports: ["7002:7002"] |
| 10 | restart: unless-stopped |
| 11 | |
| 12 | pyjose: |
| 13 | build: ./targets/python-jose |
| 14 | ports: ["7003:7003"] |
| 15 | restart: unless-stopped |
| 16 | |
| 17 | panva: |
| 18 | build: ./targets/jose-panva |
| 19 | ports: ["7004:7004"] |
| 20 | restart: unless-stopped |
| 21 | |
| 22 | gojwt: |
| 23 | build: ./targets/golang-jwt |
| 24 | ports: ["7005:7005"] |
| 25 | restart: unless-stopped |