mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
* init some ideas * hide data.sql * add simple test for meta * switch back to old config * revert changes * only use one VU * Add kong test * hide mounted file * move over to Apache Bench
17 lines
321 B
YAML
17 lines
321 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
mail:
|
|
container_name: supabase-mail
|
|
image: inbucket/inbucket:stable
|
|
ports:
|
|
- '2500:2500' # SMTP
|
|
- '9000:9000' # web interface
|
|
- '1100:1100' # POP3
|
|
meta:
|
|
ports:
|
|
- 5555:8080
|
|
db:
|
|
volumes:
|
|
- ./dev/data.sql:/docker-entrypoint-initdb.d/data.sql
|