Skip to content

Commit

Permalink
Add example env
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske committed May 6, 2024
1 parent f07178b commit 09e62d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
HCLOUD_TOKEN=
HCLOUD_SERVER_ID=
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
app:
image: ghcr.io/hueske-digital/systemstats:latest
restart: unless-stopped
environment:
- HCLOUD_TOKEN
- HCLOUD_SERVER_ID
networks:
proxy_apps:

Expand Down

0 comments on commit 09e62d4

Please sign in to comment.