service-irc/docker-config.yml

14 lines
169 B
YAML
Raw Normal View History

2020-06-02 12:52:19 +00:00
---
version: "3.4"
services:
irc:
build: .
environment:
INSP_CONNECT_HASH: hmac-sha256
INSP_CONNECT_PASSWORD: toto
ports:
- 6667:6667