mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Do we need to wait until the web client is up?
This commit is contained in:
parent
a41063a60a
commit
8453d95f68
@ -21,7 +21,7 @@ before_install:
|
||||
install:
|
||||
- docker build --build-arg BUILD_COMMIT=$TRAVIS_COMMIT --target production -t humanconnection/nitro-backend:latest .
|
||||
- docker-compose -f docker-compose.yml -f docker-compose.travis.yml up -d
|
||||
- wait-on tcp:7687 && docker-compose exec neo4j migrate
|
||||
- wait-on http://localhost:7474 && docker-compose exec neo4j migrate
|
||||
|
||||
script:
|
||||
- docker-compose exec backend yarn run lint
|
||||
|
||||
@ -4,6 +4,7 @@ services:
|
||||
neo4j:
|
||||
ports:
|
||||
- 7687:7687
|
||||
- 7474:7474
|
||||
backend:
|
||||
image: humanconnection/nitro-backend:builder
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user