16 lines
515 B
YAML
16 lines
515 B
YAML
services:
|
|
dex:
|
|
image: ghcr.io/go-vikunja/dex-testing:main@sha256:bc9b660dbf5ec890847e0e0dab8d2bd310933dd11a7b4c896dca0d61919bf5a7
|
|
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
|