mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
16 lines
515 B
YAML
16 lines
515 B
YAML
services:
|
|
dex:
|
|
image: ghcr.io/go-vikunja/dex-testing:main@sha256:d401c06a9f8fd36ece446a07499b827232af7f21eb36872a76c9eac4d0c77bab
|
|
ports:
|
|
- 5556:5556
|
|
cypress:
|
|
image: cypress/browsers:latest@sha256:7331c596894429c9809c9a8bf92158224d151d5fa9736d14cf8e0268805a37ab
|
|
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
|