feat: Testing fluentd logging driver

This commit is contained in:
Andras Bacsai
2022-04-20 00:20:37 +02:00
parent 2b28f8bd8f
commit 3ab6a231eb
4 changed files with 42 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"version": "2.4.11",
"license": "AGPL-3.0",
"scripts": {
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev",
"dev": "docker-compose -f docker-compose-dev.yaml up -d && cross-env NODE_ENV=development & svelte-kit dev --host 0.0.0.0",
"dev:stop": "docker-compose -f docker-compose-dev.yaml down",
"dev:logs": "docker-compose -f docker-compose-dev.yaml logs -f --tail 10",
"studio": "npx prisma studio",