Update pgAdmin image and add VS Code settings file

Switched the pgAdmin image in the docker-compose file to use the elestio/pgadmin:latest version for better maintenance and updates. Added an empty `.vscode/settings.json` file to support future editor configuration.
This commit is contained in:
2026-08-24 20:13:13 +02:00
parent bb76c0f457
commit 49f3146131
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
{}
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
pgadmin: pgadmin:
container_name: pgadmin container_name: pgadmin
image: dpage/pgadmin4:9.12.0 image: elestio/pgadmin:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-admin@example.com} PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-admin@example.com}