update .gitignore and add diun service labels in multiple docker-compose files

This commit is contained in:
Peter Wood
2025-02-13 18:10:36 +00:00
parent 8b4b5aa78a
commit 44ff38a765
21 changed files with 70 additions and 43 deletions

View File

@@ -13,6 +13,8 @@ services:
networks:
- postgres
restart: unless-stopped
labels:
- diun.enable=true
pgadmin:
container_name: pgadmin_container
@@ -28,6 +30,8 @@ services:
networks:
- postgres
restart: unless-stopped
labels:
- diun.enable=true
networks:
postgres: