This commit is contained in:
parent
7258d283ed
commit
31f5bdc254
42 changed files with 21523 additions and 1040 deletions
|
|
@ -11,6 +11,8 @@ services:
|
|||
- POSTGRES_DB=${DB_NAME}
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
backend:
|
||||
container_name: recipes_backend
|
||||
image: forgejo.fredzernia.com/fred/recipe_app_backend:latest
|
||||
|
|
@ -18,7 +20,7 @@ services:
|
|||
build:
|
||||
context: ./backend
|
||||
volumes:
|
||||
- ./logs:/logs
|
||||
- ./logs:/app/logs
|
||||
environment:
|
||||
- DB_USER=${DB_USER}
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue