File: docker-compose.yml

package info (click to toggle)
python-requests-cache 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,024 kB
  • sloc: python: 7,029; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.7'

services:
  readthedocs:
    container_name: readthedocs
    build:
      context: ..
      dockerfile: docs/Dockerfile
      network: host
    user: '1000'
    tty: true
    volumes:
      - '..:/home/docs/project'
    working_dir: '/home/docs/project/docs'