Skip to content

Commit 28f60c2

Browse files
committed
Remove the database since it is not need for this app
Signed-off-by: Jeff Simons Decena <[email protected]>
1 parent d6241ab commit 28f60c2

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

docker-compose.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ services:
1111
- app-ws
1212
stdin_open: true
1313
tty: true
14-
database:
15-
container_name: db
16-
image: postgres:11.4
17-
restart: always
18-
environment:
19-
POSTGRES_USER: postgres
20-
POSTGRES_PASSWORD: secret
21-
POSTGRES_DB: default
22-
TZ: "Asia/Manila"
23-
PGTZ: "Asia/Manila"
24-
ports:
25-
- "5432:5432"
26-
volumes:
27-
- ./db:/var/lib/postgresql/data
28-
networks:
29-
- app-ws
3014
web:
3115
container_name: app
3216
build: .
@@ -40,9 +24,7 @@ services:
4024
networks:
4125
- app-ws
4226
stdin_open: true
43-
tty: true
44-
depends_on:
45-
- database
27+
tty: true
4628
networks:
4729
app-ws:
4830
driver: bridge

0 commit comments

Comments
 (0)