2015-11-10 00:27:12 +00:00
|
|
|
testpython3:
|
|
|
|
build: .
|
2016-12-05 22:30:52 +00:00
|
|
|
dockerfile: Dockerfile-test.py3
|
2016-11-30 07:53:54 +00:00
|
|
|
volumes:
|
|
|
|
- ./pyentrypoint:/opt/pyentrypoint:ro
|
|
|
|
- ./tests:/opt/tests
|
2015-11-10 00:27:12 +00:00
|
|
|
links:
|
|
|
|
- test1
|
|
|
|
- test2
|
|
|
|
- test3
|
|
|
|
- test4
|
2016-11-30 07:53:54 +00:00
|
|
|
extends:
|
|
|
|
file: common.yml
|
|
|
|
service: environ
|
2015-11-10 00:27:12 +00:00
|
|
|
|
2020-05-10 21:03:30 +00:00
|
|
|
testpython3.6:
|
2015-11-10 00:27:12 +00:00
|
|
|
build: .
|
2020-05-10 21:03:30 +00:00
|
|
|
dockerfile: Dockerfile-test.py3.6
|
2016-11-30 07:53:54 +00:00
|
|
|
volumes:
|
|
|
|
- ./pyentrypoint:/opt/pyentrypoint:ro
|
|
|
|
- ./tests:/opt/tests
|
2016-05-08 15:11:01 +00:00
|
|
|
links:
|
|
|
|
- test1
|
|
|
|
- test2
|
|
|
|
- test3
|
|
|
|
- test4
|
2016-11-30 07:53:54 +00:00
|
|
|
extends:
|
|
|
|
file: common.yml
|
|
|
|
service: environ
|
2016-05-08 15:11:01 +00:00
|
|
|
|
2020-05-10 21:03:30 +00:00
|
|
|
testpython3.7:
|
2016-05-08 15:11:01 +00:00
|
|
|
build: .
|
2020-05-10 21:03:30 +00:00
|
|
|
dockerfile: Dockerfile-test.py3.7
|
2016-11-30 07:53:54 +00:00
|
|
|
volumes:
|
|
|
|
- ./pyentrypoint:/opt/pyentrypoint:ro
|
|
|
|
- ./tests:/opt/tests
|
2016-05-08 15:11:01 +00:00
|
|
|
links:
|
|
|
|
- test1
|
|
|
|
- test2
|
|
|
|
- test3
|
|
|
|
- test4
|
2016-11-30 07:53:54 +00:00
|
|
|
extends:
|
|
|
|
file: common.yml
|
|
|
|
service: environ
|
2016-05-08 15:11:01 +00:00
|
|
|
|
2020-05-10 21:03:30 +00:00
|
|
|
testpython3.8:
|
2016-05-08 15:11:01 +00:00
|
|
|
build: .
|
2020-05-10 21:03:30 +00:00
|
|
|
dockerfile: Dockerfile-test.py3.8
|
2016-11-30 07:53:54 +00:00
|
|
|
volumes:
|
|
|
|
- ./pyentrypoint:/opt/pyentrypoint:ro
|
|
|
|
- ./tests:/opt/tests
|
2015-11-10 00:27:12 +00:00
|
|
|
links:
|
|
|
|
- test1
|
|
|
|
- test2
|
|
|
|
- test3
|
|
|
|
- test4
|
2016-11-30 07:53:54 +00:00
|
|
|
extends:
|
|
|
|
file: common.yml
|
|
|
|
service: environ
|
2015-11-10 00:27:12 +00:00
|
|
|
|
|
|
|
test1:
|
|
|
|
image: busybox
|
|
|
|
command: sleep 30
|
|
|
|
expose:
|
|
|
|
- 800
|
|
|
|
- 8001/udp
|
|
|
|
environment:
|
|
|
|
FOO: bar
|
|
|
|
|
|
|
|
test2:
|
|
|
|
image: busybox
|
|
|
|
command: sleep 30
|
|
|
|
expose:
|
|
|
|
- 800/udp
|
|
|
|
- 8001
|
|
|
|
|
|
|
|
test3:
|
|
|
|
image: busybox
|
|
|
|
command: sleep 30
|
|
|
|
environment:
|
|
|
|
FOO: bar
|
|
|
|
|
|
|
|
test4:
|
|
|
|
image: busybox
|
|
|
|
command: sleep 30
|