version: '3.3' networks: jedoist: external: true services: bot: # build: ./ image: localhost:5001/jedoist-client:${APP_VERSION} environment: - TOKEN=${TOKEN} - TODOS_PATH=/mnt/todos - CONFIG_FILE=/mnt/config.json volumes: - ${TODOS_PATH}:/mnt/todos - ${CONFIG_FILE}:/mnt/config.json restart: on-failure networks: - jedoist