mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix critical issues: rename headscale compse -> compose, add mailhog compose+sample.env, add ollama compose.yaml
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
mailhog:
|
||||
image: ${MAILHOG_IMAGE:-mailhog/mailhog:latest}
|
||||
restart: ${MAILHOG_RESTART:-unless-stopped}
|
||||
ports:
|
||||
- "${MAILHOG_SMTP_PORT:-1025}:1025"
|
||||
- "${MAILHOG_UI_PORT:-8025}:8025"
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
Reference in New Issue
Block a user