Add network

This commit is contained in:
2025-07-08 16:27:43 +05:30
parent f076855e32
commit 601ec06611
10 changed files with 71 additions and 51 deletions

View File

@@ -4,4 +4,10 @@ services:
container_name: adminer
ports:
- ${PORT}:8080
networks:
- backend
restart: unless-stopped
networks:
backend:
external: true