Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
🐛 stop unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tktcorporation committed Sep 24, 2022
1 parent e5c8464 commit 814c2af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Expand Up @@ -9,17 +9,17 @@ services:
environment:
- RWJS_DEV_API_URL=${RWJS_DEV_API_URL:-http://localhost}
- SESSION_SECRET=${SESSION_SECRET:-dummy}
- DATABASE_URL=postgres://postgres:postgres@db:5432/postgres?connection_limit=1
- TEST_DATABASE_URL=postgres://postgres:postgres@db-test:5432/postgres_test?connection_limit=1
# - DATABASE_URL=postgres://postgres:postgres@db:5432/postgres?connection_limit=1
# - TEST_DATABASE_URL=postgres://postgres:postgres@db-test:5432/postgres_test?connection_limit=1
ports:
- "7910:7910" # storybook
- "8910:8910" # redwoodjs web
- "8911:8911"
- "18911:18911"
- "5555:5555"
depends_on:
- db
- db-test
# depends_on:
# - db
# - db-test
db:
image: postgres
environment:
Expand Down

0 comments on commit 814c2af

Please sign in to comment.