This commit is contained in:
parent
e25d6bb5b6
commit
154002b775
@ -14,29 +14,12 @@ jobs:
|
||||
mongo:
|
||||
image: mongo:4.2
|
||||
ports:
|
||||
- 27017:27017
|
||||
- 27017:27017
|
||||
maildev:
|
||||
image: maildev/maildev
|
||||
ports:
|
||||
- 80:80
|
||||
- 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:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -46,7 +29,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: 18
|
||||
# cache: yarn
|
||||
# cache: yarn
|
||||
|
||||
- name: install dependencies
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user