Skip to content

Commit 8fa7cb0

Browse files
Merge pull request #20 from nikolaitandberg/dev
refactor: remove PostgreSQL service and related configurations from d…
2 parents 09d28f7 + 87ee9a6 commit 8fa7cb0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docker-compose.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
11
services:
2-
postgres:
3-
image: postgres:16
4-
restart: always
5-
environment:
6-
POSTGRES_USER: ${POSTGRES_USER}
7-
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
8-
POSTGRES_DB: ${POSTGRES_DB}
9-
ports:
10-
- "5432:5432"
11-
volumes:
12-
- pgdata:/var/lib/postgresql/data
13-
142
hjemmeside:
153
build: .
16-
depends_on:
17-
- postgres
184
environment:
195
DATABASE_URL: ${DATABASE_URL}
206
ports:
217
- "3000:3000"
228
volumes:
239
- ./prisma:/app/prisma
24-
25-
volumes:
26-
pgdata:

0 commit comments

Comments
 (0)