Answer the question
In order to leave comments, you need to log in
How to run a multi-container Docker application locally?
I have built two docker images locally. Neither work normally and run separately.
I want to run them in conjunction with each other. To do this, I created docker-compose.yml:
version: "3.0"
services:
iqpr_db:
image: iqmen_ru/iqpr-postgres
iqpr_backend:
image: iqmen_ru/iqpr-backend
ports:
- "28080:8080"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question