services: app: image: git.rainnny.club/pulseapp/docs:latest restart: unless-stopped container_name: docs ports: - "8080:80" volumes: - ./config.json:/usr/src/app/config.json - ./docs:/usr/src/app/docs