This commit is contained in:
bvn13 2024-06-14 01:19:23 +03:00
parent 6dcb0572d9
commit 3230df2790
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
version: '3.3' version: '3.3'
networks:
jedoist:
external: true
services: services:
bot: bot:
@ -10,4 +14,6 @@ services:
- TODO_FILE=${TODO_FILE} - TODO_FILE=${TODO_FILE}
volumes: volumes:
- ${TODO_PATH}:/mnt/todo - ${TODO_PATH}:/mnt/todo
restart: on-failure restart: on-failure
networks:
- jedoist

View File

@ -1 +1 @@
1.1 1.2