Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jan 26, 2023
1 parent b1bf27c commit baa305b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ergomake/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ version: '3.1'

services:
app:
build:
context: ..
# build:
# context: ..
image: lucasfcosta/realworld-example
environment:
DB_USER: exampleUserName
DB_PASSWORD: examplePassword
Expand All @@ -15,7 +16,7 @@ services:
- "3000:3000"
depends_on:
- db

db:
image: postgres
environment:
Expand All @@ -24,4 +25,3 @@ services:
POSTGRES_DB: exampleDB
ports:
- "5432:5432"

0 comments on commit baa305b

Please sign in to comment.