20 lines
349 B
YAML
20 lines
349 B
YAML
name: codexhelper
|
|
|
|
services:
|
|
tests:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/test/Dockerfile
|
|
container_name: codexhelper-tests
|
|
working_dir: /work
|
|
volumes:
|
|
- ..:/work:Z
|
|
command: ["/bin/bash", "-lc", "scripts/test.sh"]
|
|
networks:
|
|
- codexhelper-net
|
|
|
|
networks:
|
|
codexhelper-net:
|
|
name: codexhelper-net
|
|
|