Logo
Explore Help
Sign In
jamey/berrypod
1
0
Fork 0
You've already forked berrypod
Code Issues Pull Requests Actions Packages Projects 1 Releases Wiki Activity
Files
4aa7dece0c79905effe512a85c51987b0b0acbad
berrypod/rel/env.sh.eex

8 lines
169 B
Elixir
Raw Normal View History

add Docker deployment with Alpine image, release config and health check - Alpine multi-stage Dockerfile (131 MB image) - Release overlays (bin/server, bin/migrate), env.sh, Release module - Health check endpoint at GET /health - Fly.io config with SQLite volume mount - Fix hardcoded paths in optimizer.ex and variant_cache.ex to use Application.app_dir/2 (breaks in releases where Plug.Static serves from a different directory than CWD) - strip_beams: true in release config - Optimised .dockerignore and .gitignore for mockup variants Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 16:21:05 +00:00
#!/bin/sh
# Single-node by default (no distributed Erlang)
export RELEASE_DISTRIBUTION=none
# Writable temp dir for the BEAM
export RELEASE_TMP="${RELEASE_TMP:-/tmp}"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 54ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API