mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
clean-up cypress docker config
This commit is contained in:
parent
9779d9ba76
commit
2a8402218a
4 changed files with 27 additions and 19 deletions
|
|
@ -43,9 +43,10 @@ services:
|
|||
- CYPRESS_umami_user=admin
|
||||
- CYPRESS_umami_password=umami
|
||||
volumes:
|
||||
- ../tsconfig.json:/tsconfig.json
|
||||
- ./tsconfig.json:/tsconfig.json
|
||||
- ../cypress.config.ts:/cypress.config.ts
|
||||
- ./:/cypress
|
||||
- ../node_modules/:/node_modules
|
||||
- ../src/lib/crypto.ts:/src/lib/crypto.ts
|
||||
volumes:
|
||||
umami-db-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue