mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
abacb6c5aa
* test: fix e2e against console dev server * chore: get rid of network_mode host * explain e2e commands * chore: fix pipelines * fix e2e paths * fix dockerized e2e * chore: map cypress run service ports * simplify localhost * access db via compose service * access db via compose service * fix npm run open:angular and e2e:angular * docs: add empty line * chore: remove unused file * docs: update contrib --------- Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
13 lines
221 B
YAML
13 lines
221 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
zitadel:
|
|
extends:
|
|
file: './config/localhost/docker-compose.yaml'
|
|
service: 'zitadel'
|
|
|
|
db:
|
|
extends:
|
|
file: './config/localhost/docker-compose.yaml'
|
|
service: 'db'
|