🔨 REFACTOR: Ready for Migrations

This commit is contained in:
2025-02-01 12:52:54 +00:00
parent da01b2b587
commit 56756d7c85
12 changed files with 106 additions and 861 deletions

View File

@@ -73,6 +73,24 @@ services:
- ENV_MODE=${ENV_MODE}
- NODE_ENV=${NODE_ENV}
- SMTP_TLS_CIPHERS={SMTP_TLS_CIPHERS}
- BILL_BEE_ACTIVE=${BILL_BEE_ACTIVE}
- BILL_BEE_API_KEY=${BILL_BEE_API_KEY}
- BILL_BEE_API_USERNAME=${BILL_BEE_API_USERNAME}
- BILL_BEE_API_SECRET=${BILL_BEE_API_SECRET}
- BILL_BEE_API_URL=${BILL_BEE_API_URL}
- CHANNEL_PILOT_PRO_ACTIVE=${CHANNEL_PILOT_PRO_ACTIVE}
- CHANNEL_PILOT_PRO_URL=${CHANNEL_PILOT_PRO_URL}
- CHANNEL_PILOT_PRO_API_MERCHANT_ID=${CHANNEL_PILOT_PRO_API_MERCHANT_ID}
- CHANNEL_PILOT_PRO_API_TOKEN=${CHANNEL_PILOT_PRO_API_TOKEN}
- CHANNEL_PILOT_PRO_ACCESS_TOKEN=${CHANNEL_PILOT_PRO_ACCESS_TOKEN}
- CHANNEL_PILOT_PRO_EXPIRED_AT=${CHANNEL_PILOT_PRO_EXPIRED_AT}
- SHOPIFY_ACTIVE=${SHOPIFY_ACTIVE}
- SHOPIFY_HOST_NAME=${SHOPIFY_HOST_NAME}
- SHOPIFY_API_KEY=${SHOPIFY_API_KEY}
- SHOPIFY_API_SECRET=${SHOPIFY_API_SECRET}
- SHOPIFY_HOST_SCHEME=${SHOPIFY_HOST_SCHEME}
- SHOPIFY_IS_EMBEDDED_APP=${SHOPIFY_IS_EMBEDDED_APP}
command: ["npm", "run", "start:server"]
deploy:
replicas: 1 #change here if u want to have more replicas. Cant find a way to set via variable right now
@@ -129,6 +147,8 @@ services:
network_mode: host
pid: host
restart: unless-stopped
ports:
- "9100:9100"
command:
- "--path.procfs=/host/proc"
- "--path.sysfs=/host/sys"