mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
16 lines
216 B
YAML
16 lines
216 B
YAML
version: "3"
|
|
|
|
services:
|
|
oracle-test:
|
|
build:
|
|
context: docker/oracle
|
|
volumes:
|
|
- .:/typeorm
|
|
- /typeorm/build
|
|
- /typeorm/node_modules
|
|
networks:
|
|
- typeorm
|
|
|
|
networks:
|
|
typeorm:
|