File size: 175 Bytes
cef045d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
version: '3.8'
services:
  ob12api:
    build: .
    ports:
      - "8081:8081"
    volumes:
      - ./config:/app/config
      - ./data:/app/data
    restart: unless-stopped