[a5e8ec]: / prediction_api / docker-compose.yaml

Download this file

12 lines (10 with data), 209 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
version: "3.4"
services:
ap_predictions_service:
image: cesarmosqueira/autoposture_api
environment:
- PORT=8420
restart: on-failure
ports:
- "8420:8420"
network_mode: bridge