forked from Mirroring/github-release-notifier
Adapt configuration for tests purposes Justfile to simplificate flow
16 lines
271 B
YAML
16 lines
271 B
YAML
version: '3'
|
|
|
|
services:
|
|
notifier:
|
|
build: .
|
|
image: github-release-notifier:1
|
|
container_name: github-release-notifier
|
|
volumes:
|
|
- ./conf.ini:/app/conf.ini
|
|
|
|
mailhog:
|
|
image: mailhog/mailhog:v1.0.1
|
|
ports:
|
|
- "8025:8025"
|
|
- "1025:1025"
|