From 16a85de8d4d0fb6c0f4ed8d183f97de61f548f0d Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 27 May 2026 14:26:21 +0200 Subject: [PATCH] Add compose.yaml --- compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..cc480a0 --- /dev/null +++ b/compose.yaml @@ -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 \ No newline at end of file