DAS_2024_1/artamonova_tatyana_lab_3/docker-compose.yml

16 lines
296 B
YAML
Raw Normal View History

2024-11-03 20:37:42 +04:00
services:
vacancies-service:
build: ./vacancy-service
ports:
- "5000:5000"
resumes-service:
build: ./resume-service
ports:
- "5001:5001"
gateway:
image: nginx:latest
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf