Skip to content

Commit baa305b

Browse files
committed
some changes
1 parent b1bf27c commit baa305b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ergomake/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ version: '3.1'
22

33
services:
44
app:
5-
build:
6-
context: ..
5+
# build:
6+
# context: ..
7+
image: lucasfcosta/realworld-example
78
environment:
89
DB_USER: exampleUserName
910
DB_PASSWORD: examplePassword
@@ -15,7 +16,7 @@ services:
1516
- "3000:3000"
1617
depends_on:
1718
- db
18-
19+
1920
db:
2021
image: postgres
2122
environment:
@@ -24,4 +25,3 @@ services:
2425
POSTGRES_DB: exampleDB
2526
ports:
2627
- "5432:5432"
27-

0 commit comments

Comments
 (0)