deploy: split into dev/prod with separate Shopify configs and containers
- shopify.app.toml -> shopify.app.dev.toml (domain: invoice-app-dev.linumiq.com)
- New shopify.app.prod.toml will be created via shopify app config link --config prod
- docker-compose split into deploy/docker-compose.{dev,prod}.yml with distinct
container names (linumiq-invoice-{dev,prod}), images, env files and bind mounts
- Caddyfile snippet maps both subdomains to their respective containers
- .env.{dev,prod}.example templates committed in deploy/
- deploy/README.md documents the layout and day-to-day workflow
This commit is contained in:
@@ -19,6 +19,9 @@ database.sqlite
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.production.example
|
||||
!deploy/.env.dev.example
|
||||
!deploy/.env.prod.example
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user