File size: 274 Bytes
ba62f7f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
services:
  hub-web-api:
    build:
      context: ./
      dockerfile: ./Dockerfile.remote
    image: hub-web-api:latest
    container_name: hub-web-api
    restart: always
    network_mode: "host"
    volumes:
      - ./config/config.remote.yaml:/app/config:ro