File size: 282 Bytes
39a9087
 
 
427fc13
39a9087
427fc13
39a9087
427fc13
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
services:
  sherlock:
    build: .
    container_name: sherlock-dev
    ports:
      - "8000:7860"
    env_file:
      - .env
    #  mount it as a volume to see changes to your app.py without rebuilding
    volumes:
      - ./app.py:/home/user/app/app.py
    restart: unless-stopped