mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-04 02:47:03 +00:00
16 lines
515 B
YAML
16 lines
515 B
YAML
services:
|
|
dex:
|
|
image: ghcr.io/go-vikunja/dex-testing:main@sha256:3877beee650f6005ee82c93170f4cbc4232ea4bb00cf4deb73698d2cf7521b85
|
|
ports:
|
|
- 5556:5556
|
|
cypress:
|
|
image: cypress/browsers:latest@sha256:4e0a347f65b65e290d62c11085eee5304d509ad0b5823422d018e2def51609be
|
|
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
|