forked from Alexey/DAS_2024_1
11 lines
171 B
YAML
11 lines
171 B
YAML
services:
|
|
|
|
author_service:
|
|
container_name: author_service
|
|
build:
|
|
context: .
|
|
dockerfile: ./author_service/Dockerfile
|
|
ports:
|
|
- "20001:5000"
|
|
|