mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
update .gitignore and add diun service labels in multiple docker-compose files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user