remove token env variables

This commit is contained in:
fzorb 2025-07-14 13:37:01 +03:00
parent 93674a52ba
commit 61d504d689
2 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
FROM rust:slim-trixie FROM rust:slim-trixie
WORKDIR /jon WORKDIR /jon
ENV TOKEN=$TOKEN
CMD ["cargo", "run"] CMD ["cargo", "run"]

View file

@ -3,6 +3,4 @@ services:
build: . build: .
volumes: volumes:
- .:/jon - .:/jon
environment:
- TOKEN=changeme!
restart: always restart: always