diff --git a/docker-compose.yaml b/docker-compose.yaml index 77a516d..603cfb7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,6 +10,7 @@ services: # build: ./ image: localhost:5001/jedoist-client:${APP_VERSION} environment: + - TOKEN=${TOKEN} - TODO_PATH=/mnt/todo - TODO_FILE=${TODO_FILE} volumes: diff --git a/version b/version index cb174d5..d2d61a7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ No newline at end of file