Skip to content

Commit

Permalink
reverted docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dillon-co committed Feb 9, 2024
1 parent 2832e16 commit 05509e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- "5431:5432"
env_file:
- ./.env
- ./.env.sample
volumes:
- db:/var/lib/postgresql/data
app:
Expand All @@ -24,7 +24,7 @@ services:
depends_on:
- db
env_file:
- ./.env
- ./.env.sample
ports:
- "3000:3000"
volumes:
Expand All @@ -41,7 +41,7 @@ services:
app:
condition: service_healthy
env_file:
- ./.env
- ./.env.sample
ports:
- "8080:8080"
volumes:
Expand All @@ -63,7 +63,7 @@ services:
retries: 3
restart: always
env_file:
- ./.env
- ./.env.sample
expose:
- "8080"
ports:
Expand Down

0 comments on commit 05509e1

Please sign in to comment.