build and push container with forgejo actions
This commit is contained in:
parent
8c7fb8c6bf
commit
91368f5c8e
6 changed files with 65 additions and 34 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue