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