aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 57b81678697ed9dff4c7b16255585660a1b34d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'
services:
  edaweb:
    build:
      context: .
      dockerfile: Dockerfile
    image: jwansek/edaweb
    volumes:
      - ./static/:/app/static/
      - ./edaweb.conf:/app/edaweb.conf
    ports:
      - "6969:6969"