Skip to content

Commit

Permalink
backend
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj committed Jan 28, 2025
1 parent 5b6d4cc commit 49f4824
Show file tree
Hide file tree
Showing 9 changed files with 8,474 additions and 4,574 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20-alpine

WORKDIR /app

Expand Down
4 changes: 1 addition & 3 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres
image: postgres:alpine
restart: always
environment:
- POSTGRES_PASSWORD=root
Expand All @@ -13,8 +13,6 @@ services:
build:
context: .
dockerfile: Dockerfile
environment:
- PORT=${PORT}
ports:
- '3000:3000'
depends_on:
Expand Down
Loading

0 comments on commit 49f4824

Please sign in to comment.