build and push container with forgejo actions

This commit is contained in:
fred 2026-01-28 14:24:52 -08:00
parent 8c7fb8c6bf
commit 91368f5c8e
6 changed files with 65 additions and 34 deletions

View file

@ -1,7 +1,5 @@
DB_PORT=5432
DB_USER=recipe_app
DB_PASSWORD=password
DB_NAME=recipe_app
BACKEND_PORT=3000
FRONTEND_PORT=8080
DATABASE_URL='postgres://recipe_app:password@db:5432/'
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@db:5432/