aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: bc2afa49577c1eba765cd7854a3eb8d2c0a53330 (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:
      -  /home/eden/Documents/edaweb/static/:/app/static/
    ports:
      - "127.0.0.1:6969:6969"