mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
more (#53)
* checkpoint * server compiles again * fmt * checkpoint * last one out, get the lights * euston station * like, mostly good. I'm under the ocean right now. * fix: some nonsense AI stuff * fix: new eslint rules, and cleanup imports across the board * feat: folder slug rewrite, email logic change, too * fix: register must use txn not db * checkpoint
This commit is contained in:
@@ -64,12 +64,22 @@ services:
|
||||
- tachi-minio:/data
|
||||
entrypoint: /usr/bin/minio server /data --console-address=':9001'
|
||||
|
||||
# Local SMTP capture + web UI (http://localhost:8025). Server uses tachi-mailpit:1025 via env.
|
||||
tachi-mailpit:
|
||||
container_name: tachi-mailpit
|
||||
image: axllent/mailpit:v1.29.7
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8025:8025"
|
||||
- "1025:1025"
|
||||
|
||||
tachi-dev:
|
||||
user: "1000:1000"
|
||||
tty: true
|
||||
container_name: tachi-dev
|
||||
depends_on:
|
||||
- tachi-s3
|
||||
- tachi-mailpit
|
||||
build:
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user