File size: 210 Bytes
d328b13
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.8'

services:
  app:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "7860:7860"
    environment:
      - NODE_ENV=production
      - PORT=7860
      - HOSTNAME=0.0.0.0