16 lines
288 B
YAML
16 lines
288 B
YAML
services:
|
|
history-temp-api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: history-temp-api
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3012:3000"
|
|
networks:
|
|
- history-temp-api-network
|
|
|
|
networks:
|
|
history-temp-api-network:
|
|
driver: bridge
|