devops: added docker files for conteiner web-robot-control-app
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user