DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: cb7bd8311d85efd14ca363d05e64274d8c427ad9 felu/docker-compose.yaml -rw-r--r-- 358 bytes
cb7bd831Jonni Liljamo fix!: add default to acme_challenge migration 17 days 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