forked from FriendsOfShopware/shopmon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
28 lines (28 loc) · 770 Bytes
/
compose.yml
File metadata and controls
28 lines (28 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
services:
mailpit:
image: axllent/mailpit
ports:
- "8025:8025"
- "1025:1025"
demoshop:
image: ghcr.io/friendsofshopware/shopware-demo-environment:6.7.0
environment:
APP_URL: "http://localhost:3889"
EXTENSIONS: "frosh/tools:* frosh/shopmon:*"
SHOPMON_ACCESS_KEY: SWIAUZL4OXRKEG1RR3PMCEVNMG
SHOPMON_ACCESS_SECRET: aXhNQ3NoRHZONmxPYktHT0c2c09rNkR0UHI0elZHOFIycjBzWks
ports:
- "3889:8000"
sitespeed-service:
build:
context: sitespeed-service
ports:
- "3001:3001"
develop:
watch:
- action: rebuild
path: sitespeed-service/index.ts
volumes:
- ./api/files/sitespeed-results:/app/results
environment:
- APP_SITESPEED_DATA_FOLDER=/app/results