Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie ⚡ committed Jul 24, 2022
1 parent 19480c2 commit bc48f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DB: withdraws
DATABASE_URL: postgresql:https://postgres:postgres@localhost:5432/withdraws
POSTGRES_DB: reubin
DATABASE_URL: postgresql:https://postgres:postgres@localhost:5432/reubin

# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
# (Adding the "ports" property to this file will not forward from a Codespace.)
Expand Down
5 changes: 0 additions & 5 deletions setup.sql

This file was deleted.

1 comment on commit bc48f7d

@vercel
Copy link

@vercel vercel bot commented on bc48f7d Jul 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.