Add compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user