Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91ea6867a0 | ||
|
|
a196a19ea2 | ||
|
|
16a85de8d4 |
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
+11
-45
@@ -1,52 +1,18 @@
|
||||
services:
|
||||
freshrss:
|
||||
image: freshrss/freshrss:latest
|
||||
container_name: freshrss
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
CRON_MIN: '*/15'
|
||||
# ports:
|
||||
# - 80:80
|
||||
volumes:
|
||||
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
||||
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||
strava-statistics:
|
||||
image: robiningelbrecht/strava-statistics:latest
|
||||
container_name: statistics-for-strava
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
|
||||
kavita:
|
||||
image: lscr.io/linuxserver/kavita:latest
|
||||
container_name: kavita
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /opt/08_reading/kavita/config:/config
|
||||
- /mnt/immich/Books:/books
|
||||
# - /path/to/data:/data #optional
|
||||
- /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:
|
||||
# - 5000:5000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
|
||||
leafwiki:
|
||||
image: ghcr.io/perber/leafwiki:latest
|
||||
container_name: leafwiki
|
||||
user: 1000:1000
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
environment:
|
||||
- LEAFWIKI_JWT_SECRET=${JWT}
|
||||
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
|
||||
- LEAFWIKI_ALLOW_INSECURE=true
|
||||
volumes:
|
||||
- /opt/08_reading/leafwiki:/app/data
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
|
||||
# - 8083:8080
|
||||
networks:
|
||||
bragi-local:
|
||||
external: true
|
||||
bragi-local:
|
||||
external: true
|
||||
Reference in New Issue
Block a user