internal docker network only
This commit is contained in:
parent
d70db32ebc
commit
014ec02980
@ -30,8 +30,6 @@ services:
|
|||||||
command: server /data --console-address ":9001"
|
command: server /data --console-address ":9001"
|
||||||
volumes:
|
volumes:
|
||||||
- minio-data:/data
|
- minio-data:/data
|
||||||
ports: # expose console if you like; remove ons‑prod
|
|
||||||
- "9001:9001"
|
|
||||||
networks: [backend]
|
networks: [backend]
|
||||||
|
|
||||||
# ─────────────────────── Medusa processes ───────────────────────
|
# ─────────────────────── Medusa processes ───────────────────────
|
||||||
@ -66,8 +64,6 @@ services:
|
|||||||
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET}
|
STRIPE_WEBHOOK_SECRET: ${STRIPE_WEBHOOK_SECRET}
|
||||||
RESEND_API_KEY: ${RESEND_API_KEY}
|
RESEND_API_KEY: ${RESEND_API_KEY}
|
||||||
RESEND_FROM_EMAIL: ${RESEND_FROM_EMAIL}
|
RESEND_FROM_EMAIL: ${RESEND_FROM_EMAIL}
|
||||||
ports:
|
|
||||||
- "9000:9000" # expose externally
|
|
||||||
networks: [backend]
|
networks: [backend]
|
||||||
|
|
||||||
medusa-worker:
|
medusa-worker:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user