pastebin docker

📅 2022-02-20T17:30:18.394Z
👁️ 289 katselukertaa
🔓 Julkinen


version: '3'

services:
  pastebin:
    build: .
    restart: unless-stopped
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.pastebin.rule=Host(`pastebin.fi`)"
      - "traefik.http.routers.pastebin.entrypoints=websecure"
      - "traefik.http.routers.pastebin.tls.certresolver=httpchallenge"
    networks:
      - jouluvalot

networks:
  jouluvalot:
    external: true