mirror of
https://github.com/MaxenceG2M/github-release-notifier.git
synced 2025-12-09 14:15:35 +00:00
Dockerfile & docker compose
Adapt configuration for tests purposes Justfile to simplificate flow
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user