chore: transfer repo

This commit is contained in:
Danijel
2026-01-19 20:21:14 +01:00
commit 7d2fb0c737
213 changed files with 18085 additions and 0 deletions

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
version: '3.8'
services:
app:
build:
context: .
args:
# Add other build-time variables here
COMPANY_NAME: "Fraqtal"
TWITTER_CREATOR: ""
TWITTER_SITE: ""
SITE_NAME: "Fraqtal Store Test"
SHOPIFY_REVALIDATION_SECRET: ${SHOPIFY_REVALIDATION_SECRET}
SHOPIFY_STOREFRONT_ACCESS_TOKEN: ${SHOPIFY_STOREFRONT_ACCESS_TOKEN}
SHOPIFY_STORE_DOMAIN: "knq00i-j1.myshopify.com"
image: sent-shop-app:${APP_VERSION:-latest}
environment:
- NODE_ENV=production
# Runtime environment variables
ports:
- 3005:3005