Switch to unified view

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