File: docker-compose.yml

package info (click to toggle)
pat 0.19.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,228 kB
  • sloc: javascript: 3,864; sh: 147; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
services:
  pat:
    image: la5nta/pat
    build: .
    volumes:
      - ./docker-data:/app/pat
    ports:
      - 8080:8080