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
|
|
@ -15,7 +15,6 @@ services:
|
|||
- ./db:/var/lib/postgresql/data
|
||||
backend:
|
||||
container_name: recipes_backend_dev
|
||||
image: recipes_backend
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./backend
|
||||
|
|
@ -32,7 +31,6 @@ services:
|
|||
- DATABASE_URL=${DATABASE_URL}
|
||||
frontend:
|
||||
container_name: recipes_frontend_dev
|
||||
image: recipes_frontend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue