aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yml
blob: 6ef36bfccfdb939c4f6493f0bb7db02ed292caab (plain)
1
2
3
4
5
6
7
8
9
10
11
services:
  web:
    image: diddle:latest
    build: .
    environment:
      BASE_URL: http://localhost:8000
      DB_PATH: /db/db.sqlite3
    ports:
      - "8000:8000"
    volumes:
      - ./db:/db