1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update docker-compose.yml (#3256)

Remove unused `scripts` volume
This commit is contained in:
Tymoteusz Czech 2023-03-06 14:30:28 +01:00 committed by GitHub
parent b32a64b0fa
commit 78698bc67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,6 @@ services:
depends_on:
db:
condition: service_healthy
volumes:
- ./scripts:/scripts
command: [ "node", "index.js" ]
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1