Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 726 Bytes

SCHEDULER-SYNC

scheduler-sync is a tool designed for automating data collection from OPC UA and PLC servers

Docker Build for scheduler-sync Image

docker build -t scheduler-sync .

Docker Compose Up for Application Deployment

docker compose up

Database Migration with Alembic

docker exec scheduler-sync-api-1 alembic upgrade head

These instructions walk you through creating the Docker image, launching the application using Docker Compose, and performing essential database migration via Alembic.

Follow these steps in order to successfully set up and initialize the scheduler-sync app, and access the Swagger UI for the application API at localhost:8082/docs.