net update

hozzáadtam a telefonkonyv-net hálózatot, hogy lássák egymást
This commit is contained in:
Zombori Péter
2025-10-08 20:47:56 +02:00
parent cd81db6dd4
commit 60e92114e1

View File

@@ -10,3 +10,10 @@ services:
- ./:/usr/src/app - ./:/usr/src/app
- ./node_modules:/usr/src/app/node_modules - ./node_modules:/usr/src/app/node_modules
command: sh -c "npm install && node --watch api.js" command: sh -c "npm install && node --watch api.js"
networks:
- telefonkonyv-net
networks:
telefonkonyv-net:
external:
true