2 Commits
Author SHA1 Message Date
tobbbs 1a15ab14e4 Update compose.yaml 2026-06-23 11:56:06 +02:00
tobbbs f344e358d5 Add compose.yaml 2026-06-23 11:30:20 +02:00
2 changed files with 33 additions and 26 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
+33 -12
View File
@@ -1,18 +1,39 @@
services: services:
strava-statistics: windows:
image: robiningelbrecht/strava-statistics:latest image: dockurr/windows
container_name: statistics-for-strava container_name: windows
restart: unless-stopped environment:
VERSION: "10"
RAM_SIZE: "16G"
CPU_CORES: "8"
LANGUAGE: "English"
REGION: "de-DE"
KEYBOARD: "de-DE"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- /mnt/immich/windows:/storage
restart: always
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
networks: networks:
- bragi-local - bragi-local
volumes: stop_grace_period: 2m
- /opt/07_sport/strava/config:/var/www/config/app
- /opt/07_sport/strava/build:/var/www/build
- /opt/07_sport/strava/storage/database:/var/www/storage/database
- /opt/07_sport/strava/storage/files:/var/www/storage/files
env_file: ./.env
# ports:
# - 8083:8080
networks: networks:
bragi-local: bragi-local:
external: true external: true