devops: added docker files for conteiner web-robot-control-app

This commit is contained in:
Arduinum628
2026-01-27 13:31:18 +03:00
parent d1adcf1bd9
commit d496f0fa6b
3 changed files with 106 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
app:
build: .
image: arduinum628/web-robot-control-app:latest
container_name: web_robot_control
command: poetry run start_app
env_file:
- .env
ports:
- "${PORT_APP}:${PORT_APP}"
volumes:
- app:/app
volumes:
app: