docker-compose api call from one container to another in the same network
I have 2 different component/images and following docker-compose file. version: ‘3’ services: my_service: image: my_service:latest restart: always environment: – DUMMY=dummy
Continue reading