We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6241ab commit 28f60c2Copy full SHA for 28f60c2
docker-compose.yml
@@ -11,22 +11,6 @@ services:
11
- app-ws
12
stdin_open: true
13
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
30
web:
31
container_name: app
32
build: .
@@ -40,9 +24,7 @@ services:
40
networks:
41
42
43
- tty: true
44
- depends_on:
45
- - database
+ tty: true
46
47
app-ws:
48
driver: bridge
0 commit comments