Configure name for docker network and volumes

This commit is contained in:
herlesupreeth
2025-01-11 20:03:10 +01:00
parent 4ade89a167
commit 7d5524319a
6 changed files with 25 additions and 9 deletions

View File

@@ -481,11 +481,14 @@ services:
ipv4_address: ${GRAFANA_IP}
networks:
default:
name: docker_open5gs_default
ipam:
config:
- subnet: ${TEST_NETWORK}
volumes:
grafana_data:
name: grafana_data
mongodbdata: {}
dbdata: {}
mongodbdata:
name: docker_open5gs_mongodbdata
dbdata:
name: docker_open5gs_dbdata