16 lines
515 B
YAML
16 lines
515 B
YAML
services:
|
|
dex:
|
|
image: ghcr.io/go-vikunja/dex-testing:main@sha256:7440cd3a24658571c01d15604ac89923366e5fac748d5f8722cd6f9c0dfa47f8
|
|
ports:
|
|
- 5556:5556
|
|
cypress:
|
|
image: cypress/browsers:latest@sha256:30192f4e24469c4c68dfeb51598db93c1491cfb9dc465f5d397331e22bc3acea
|
|
volumes:
|
|
- ..:/project
|
|
- $HOME/.cache:/home/node/.cache/
|
|
user: node
|
|
working_dir: /project
|
|
environment:
|
|
CYPRESS_API_URL: http://api:3456/api/v1
|
|
CYPRESS_TEST_SECRET: averyLongSecretToSe33dtheDB
|