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