DAS_2023_1/basharin_sevastyan_lab_2/docker-compose.yaml

11 lines
169 B
YAML
Raw Normal View History

2023-11-21 18:06:13 +04:00
version: "3"
services:
worker-1:
build:
context: /app1
dockerfile: Dockerfile
worker-2:
build:
context: /app2
2023-11-21 21:21:04 +04:00
dockerfile: Dockerfile