16 lines
280 B
YAML
16 lines
280 B
YAML
services:
|
|
history-client:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: history-client
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3013:3000"
|
|
networks:
|
|
- history-client-network
|
|
|
|
networks:
|
|
history-client-network:
|
|
driver: bridge
|