make dev setup better (#116)
* make dev setup better * chage docs * remove the need of github login
This commit is contained in:
@@ -24,6 +24,15 @@ services:
|
||||
- redis:/data
|
||||
command: ["redis-server", "--maxmemory-policy", "noeviction"]
|
||||
|
||||
local-sen-sns:
|
||||
image: unsend/local-ses-sns:latest
|
||||
container_name: local-ses-sns
|
||||
restart: always
|
||||
ports:
|
||||
- "5350:3000"
|
||||
environment:
|
||||
WEBHOOK_URL: http://localhost:3000/api/ses_callback
|
||||
|
||||
minio:
|
||||
image: minio/minio
|
||||
container_name: unsend-storage-dev
|
||||
|
Reference in New Issue
Block a user