formated project with prettier

This commit is contained in:
PxlLoewe
2025-02-25 00:45:36 +01:00
parent c5b8a7c4cb
commit 22606b2137
95 changed files with 17771 additions and 17068 deletions

View File

@@ -1,6 +1,6 @@
# docker-compose.dev.yml
version: '3.8'
version: "3.8"
services:
postgres:
image: postgres:13
@@ -17,8 +17,8 @@ services:
image: dpage/pgadmin4:latest
container_name: pgadmin
environment:
PGADMIN_DEFAULT_EMAIL: dev@var.de
PGADMIN_DEFAULT_PASSWORD: dev
PGADMIN_DEFAULT_EMAIL: dev@var.de
PGADMIN_DEFAULT_PASSWORD: dev
ports:
- "8080:80"
depends_on: