version: '3.3' services: bot: # build: ./ image: localhost:5001/jedoist-client:${APP_VERSION} environment: - TODO_PATH=/mnt/todo - TODO_FILE=${TODO_FILE} volumes: - ${TODO_PATH}:/mnt/todo restart: on-failure