~bigbes/huntsman

ref: 766fa8055977fbe223afd8a84bcf37a3d13bb1ce huntsman/docker-compose.yml -rw-r--r-- 212 bytes
766fa805 — Eugene Blikh Add BSD 2-Clause license 6 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
services:
  app:
    build: .
    ports:
      - "8080:8080"
    environment:
      APP_LOG_FORMAT: json
      APP_LOG_LEVEL: info
      APP_SERVER_PUBLIC_URL: "http://localhost:8080"
    restart: unless-stopped