File size: 224 Bytes
7c4332a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
services:
  server:
    build:
      context: .
    ports:
      - 7860:7860
    develop:
      watch:
        - action: rebuild
          path: .
    volumes:
      - python-cache:/home/user/.cache

volumes:
  python-cache: