api-testing/e2e/code-generator/compose.yaml

56 lines
1.1 KiB
YAML

services:
golang:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/golang:1.21
command:
- /workspace/entrypoint.sh
- golang
java:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/openjdk:23
command:
- /workspace/entrypoint.sh
- java
python:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/python:3.8
command:
- /workspace/entrypoint.sh
- python
robot-framework:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/python:3.8
command:
- /workspace/entrypoint.sh
- robot-framework
javascript:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/node:22
command:
- /workspace/entrypoint.sh
- JavaScript
curl:
build:
context: .
dockerfile: Dockerfile
args:
- LAN_ENV=docker.io/library/openjdk:23
command:
- /workspace/entrypoint.sh
- curl