Use external shared docker network

This commit is contained in:
2025-09-01 19:22:25 +05:00
parent c6296003af
commit 32e03ad0f7

View File

@ -4,7 +4,8 @@ services:
ports:
- 3000:3000
networks:
- anyame
- anyame-shared
networks:
anyame:
driver: bridge
anyame-shared:
external: true