File: docker-compose.yml

package info (click to toggle)
certstream-server-go 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: makefile: 13
file content (16 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '2'

services:
  certstream:
    image: 0rickyy0/certstream-server-go:latest
    restart: always
    # Configure the service to run as specific user
    # user: "1000:1000"
    ports:
      - 127.0.0.1:8080:80
      # Don't forget to open the other port in case you run the Prometheus endpoint on another port than the websocket server.
      # - 127.0.0.1:8081:81
    volumes:
      - ./certstream/config.yml:/app/config.yml
    networks:
      - monitoring