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