Add compose.yaml

This commit is contained in:
2026-05-27 14:26:21 +02:00
parent da83d83d9f
commit 16a85de8d4
+18
View File
@@ -0,0 +1,18 @@
services:
app:
image: robiningelbrecht/strava-statistics:latest
container_name: statistics-for-strava
restart: unless-stopped
networks:
- bragi-local
volumes:
- /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:
bragi-local:
external: true