internal docker network only

This commit is contained in:
Ryan 2025-04-20 10:20:43 +10:00
parent d70db32ebc
commit 014ec02980

View File

@ -30,8 +30,6 @@ services:
command: server /data --console-address ":9001"
volumes:
- minio-data:/data
ports: # expose console if you like; remove onsprod
- "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: