lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 1s

This commit is contained in:
Robin Grenzdörfer 2023-12-05 15:26:30 +00:00
parent e25d6bb5b6
commit 154002b775

View File

@ -14,29 +14,12 @@ jobs:
mongo: mongo:
image: mongo:4.2 image: mongo:4.2
ports: ports:
- 27017:27017 - 27017:27017
maildev: maildev:
image: maildev/maildev image: maildev/maildev
ports: ports:
- 80:80 - 80:80
- 25:25 - 25:25
liveserver:
image: gitbase.de/cms/live-server
ports:
- 80:80
tibi-server:
image: gitbase.de/cms/tibi-server
ports:
- 8080:8080
env:
DB_DIAL: mongodb://mongo
API_PORT: 8080
MAIL_HOST: maildev:25
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
SECURITY_ALLOWRELATIVEPATHS: "true"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -46,7 +29,7 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
# with: # with:
# node-version: 18 # node-version: 18
# cache: yarn # cache: yarn
- name: install dependencies - name: install dependencies
env: env: