Author SHA1 Message Date
tobbbs b7b317fb41 Add compose.yaml 2026-06-18 10:54:26 +02:00
2 changed files with 13 additions and 29 deletions
-14
View File
@@ -1,14 +0,0 @@
# The client id of your Strava app.
STRAVA_CLIENT_ID=178054
# The client secret of your Strava app.
STRAVA_CLIENT_SECRET=a88e76d0d018e5a728f7edbb4eb4ef296c9f6faf
# You will need to obtain this token the first time you launch the app.
# Leave this unchanged for now until the app tells you otherwise.
# Do not use the refresh token displayed on your Strava API settings page, it will not work.
STRAVA_REFRESH_TOKEN=f09d865c970bd012dcd5daa149e6d43feb973446
# Valid timezones can found under TZ Identifier column here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=Europe/Berlin
# The UID and GID to create/own files managed by statistics-for-strava
PUID=1000
PGID=1000
+13 -15
View File
@@ -1,18 +1,16 @@
services: services:
strava-statistics: beszel-agent:
image: robiningelbrecht/strava-statistics:latest image: henrygd/beszel-agent
container_name: statistics-for-strava container_name: beszel-agent
restart: unless-stopped restart: unless-stopped
networks: network_mode: host
- bragi-local
volumes: volumes:
- /opt/07_sport/strava/config:/var/www/config/app - /var/run/docker.sock:/var/run/docker.sock:ro
- /opt/07_sport/strava/build:/var/www/build - ./beszel_agent_data:/var/lib/beszel-agent
- /opt/07_sport/strava/storage/database:/var/www/storage/database # monitor other disks / partitions by mounting a folder in /extra-filesystems
- /opt/07_sport/strava/storage/files:/var/www/storage/files # - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
env_file: ./.env environment:
# ports: LISTEN: 45876
# - 8083:8080 KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd'
networks: TOKEN: b171f6b8-0414-4ab2-a4e2-5bdd635fa882
bragi-local: HUB_URL: https://beszel.doeringer.eu
external: true