Update copier answers and docker-compose prod config
- Record v0.4.0 commit in .copier-answers.yml - Apply flattened paths in docker-compose.prod.yml Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
||||||
_commit: v0.3.0
|
_commit: v0.4.0
|
||||||
_src_path: git@gitlab.com:deemanone/materia_saas_boilerplate.master.git
|
_src_path: git@gitlab.com:deemanone/materia_saas_boilerplate.master.git
|
||||||
author_email: hendrik@beanflows.coffee
|
author_email: hendrik@beanflows.coffee
|
||||||
author_name: Hendrik Deeman
|
author_name: Hendrik Deeman
|
||||||
|
|||||||
@@ -21,16 +21,16 @@ services:
|
|||||||
command: replicate -config /etc/litestream.yml
|
command: replicate -config /etc/litestream.yml
|
||||||
volumes:
|
volumes:
|
||||||
- app-data:/app/data
|
- app-data:/app/data
|
||||||
- ./beanflows/litestream.yml:/etc/litestream.yml:ro
|
- ./litestream.yml:/etc/litestream.yml:ro
|
||||||
|
|
||||||
# ── Blue slot ─────────────────────────────────────────────
|
# ── Blue slot ─────────────────────────────────────────────
|
||||||
|
|
||||||
blue-app:
|
blue-app:
|
||||||
profiles: ["blue"]
|
profiles: ["blue"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
@@ -47,10 +47,10 @@ services:
|
|||||||
blue-worker:
|
blue-worker:
|
||||||
profiles: ["blue"]
|
profiles: ["blue"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: python -m beanflows.worker
|
command: python -m beanflows.worker
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
@@ -61,10 +61,10 @@ services:
|
|||||||
blue-scheduler:
|
blue-scheduler:
|
||||||
profiles: ["blue"]
|
profiles: ["blue"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: python -m beanflows.worker scheduler
|
command: python -m beanflows.worker scheduler
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
@@ -77,9 +77,9 @@ services:
|
|||||||
green-app:
|
green-app:
|
||||||
profiles: ["green"]
|
profiles: ["green"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
@@ -96,10 +96,10 @@ services:
|
|||||||
green-worker:
|
green-worker:
|
||||||
profiles: ["green"]
|
profiles: ["green"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: python -m beanflows.worker
|
command: python -m beanflows.worker
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
@@ -110,10 +110,10 @@ services:
|
|||||||
green-scheduler:
|
green-scheduler:
|
||||||
profiles: ["green"]
|
profiles: ["green"]
|
||||||
build:
|
build:
|
||||||
context: ./beanflows
|
context: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: python -m beanflows.worker scheduler
|
command: python -m beanflows.worker scheduler
|
||||||
env_file: ./beanflows/.env
|
env_file: ./.env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_PATH=/app/data/app.db
|
- DATABASE_PATH=/app/data/app.db
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user