align dependency runtime baselines across Docker and CI

This commit is contained in:
alex wiesner
2026-03-15 15:40:40 +00:00
parent 566077533b
commit 7f03da23dd
15 changed files with 54 additions and 22 deletions

View File

@@ -3,6 +3,8 @@ services:
build:
context: ./frontend/
target: builder
args:
BUN_VERSION: ${BUN_VERSION:-1.3.10}
# image: ghcr.io/alex-wiesner/voyage-frontend:latest
restart: unless-stopped
user: root
@@ -28,7 +30,10 @@ services:
- postgres_data:/var/lib/postgresql/data/
server:
build: ./backend/
build:
context: ./backend/
args:
PYTHON_IMAGE: ${PYTHON_IMAGE:-python:3.13-slim}
# image: ghcr.io/alex-wiesner/voyage-backend:latest
restart: unless-stopped
entrypoint: []