mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
10 lines
204 B
YAML
10 lines
204 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
mail:
|
|
container_name: supabase-mail
|
|
image: phamhieu/inbucket:latest
|
|
ports:
|
|
- '2500:2500' # SMTP
|
|
- '9000:9000' # web interface
|
|
- '1100:1100' # POP3 |