File: docker-compose.yml

package info (click to toggle)
python-rdflib-endpoint 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 264 kB
  • sloc: python: 1,068; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'
services:

  rdflib-endpoint:
    build: .
    restart: unless-stopped
    ports:
      - 8000:80
    # environment:
    #   # We recommend to use a reverse nginx-proxy: https://github.com/nginx-proxy/nginx-proxy
    #   VIRTUAL_HOST: service.openpredict.137.120.31.102.nip.io
    #   LETSENCRYPT_HOST: service.openpredict.137.120.31.102.nip.io
    #   VIRTUAL_PORT: 80