Packaging fixes

This commit is contained in:
badblocks 2025-05-08 21:08:12 -07:00
parent fa6103d007
commit 959b06c425
19 changed files with 389 additions and 68 deletions

View file

@ -9,11 +9,12 @@ services:
depends_on:
- web
web:
build:
context: .
dockerfile: Dockerfile
args:
ENV_FILE: .env.dev
build: .
volumes:
- ./seed:/seed:ro
- ./.env.production:/.env:ro
env_file:
- .env.production
deploy:
mode: replicated
replicas: 4