b
services:
tests:
restart:
"no"
build:
context: .
dockerfile: tests.Dockerfile
args:
SOURCE_DIR: src
testing_in_python_bot:
restart:
always
build:
context: .
volumes:
- ./resources/notifications.yaml:/opt/app/notifications.yaml:ro
depends_on:
- tests
env_file: [.env, .env.testing_in_python]
at_info_bot:
...