1
0

added network

This commit is contained in:
CHIEFSOFT\ameye
2025-10-16 23:49:38 -04:00
parent 1bab78ec1a
commit b7e3527f35
+11
View File
@@ -1,3 +1,4 @@
version: '3.8'
services:
digifi-bank-to-product-core:
build: .
@@ -12,3 +13,13 @@ services:
volumes:
- .:/app
restart: always
networks:
- my_custom_network
networks:
my_custom_network:
driver: bridge
ipam:
config:
- subnet: 10.244.0.0/26