optimize gitignore, add depends_on in docker-compose which mirror docker-compose.override, remove error line from github workflow

This commit is contained in:
einhornimmond 2025-11-03 13:42:51 +01:00
parent 46c4711edb
commit 30c443ad2f
3 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,6 @@ jobs:
run: |
cd ./config-schema
biome ci .
echo $?
echo "success=$([ $? -eq 0 ] && echo true || echo false)" >> $GITHUB_OUTPUT
- name: Lint - Shared
id: shared

3
.gitignore vendored
View File

@ -12,9 +12,8 @@ messages.pot
nbproject
.metadata
/out/*
/.env
.env
package-lock.json
/deployment/bare_metal/.env
/deployment/bare_metal/nginx/sites-available/gradido.conf
/deployment/bare_metal/nginx/sites-available/update-page.conf
/deployment/bare_metal/nginx/update-page/updating.html

View File

@ -279,6 +279,7 @@ services:
depends_on:
- backend
- frontend
- admin
ports:
- 80:80
volumes: