DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 8c173e8fb830f8f08d656e0d6b8ad6d48c74dd1d felu/docker-compose.yaml -rw-r--r-- 358 bytes
8c173e8fJonni Liljamo feat: manual updating of A records 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: "3.8"

volumes:
  felu_data:
    driver: local

services:
  felu:
    build: .
    image: liljamo/felu
    container_name: felu
    restart: always
    volumes:
      - felu_data:/var/felu
    ports:
      - 8080:8080
      - 8081:8081
      - 53:53/udp
    environment:
      TZ: Europe/Helsinki
      GIN_MODE: release # or "debug" for debug logs