Skip to content

Commit

Permalink
all Dockerfile environment variable commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Feinburger committed Mar 25, 2024
1 parent 3747f29 commit 96101e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ COPY helper.py /automatic-dns-failover

RUN pip install requests

ENV DELAY=2
ENV CLOUDFLARE_WATCHER_NUM=3
#ENV DELAY=2
#ENV CLOUDFLARE_WATCHER_NUM=3
#ENV EMAIL=<email>
#ENV API_KEY=<api-key>
#ENV API_TOKEN=<api-token>
ENV GET_TIMEOUT=2
ENV UP_NUM=3
ENV DOWN_NUM=2
ENV DOMAINS="watonomous.com:alvin-test,10.0.50.114,10.0.50.116:alvin-test2,10.0.50.113,10.0.50.115"
#ENV GET_TIMEOUT=2
#ENV UP_NUM=3
#ENV DOWN_NUM=2
#ENV DOMAINS="watonomous.com:alvin-test,10.0.50.114,10.0.50.116:alvin-test2,10.0.50.113,10.0.50.115"

CMD ["python3", "main.py"]

0 comments on commit 96101e7

Please sign in to comment.