postgres support

This commit is contained in:
hakutaku
2025-09-19 21:18:40 +03:00
parent c36bcbf06e
commit 59bfc133ea
5 changed files with 214 additions and 180 deletions

View File

@@ -1,6 +1,9 @@
include .env
DOCKER_BUILD_COMMAND=docker build --file Dockerfile --no-cache --platform linux/amd64 --tag $(APP_DOCKER_TAG)
run:
$(PWD)/bin/rr -c .rr.dev.yaml serve
up:
$(DOCKER_BUILD_COMMAND) --build-arg APP_ENV=dev .
docker compose --env-file .env up -d