Skip to content

Commit

Permalink
fix: πŸ—ƒοΈ change database location in docker compose #98
Browse files Browse the repository at this point in the history
  • Loading branch information
isaqueveras committed Jan 30, 2023
1 parent 332a94d commit f5a0349
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=power-sso
volumes:
- ./pgdata:/var/lib/postgresql/data
- postgres_data:/data/postgres
networks:
- power_sso

Expand All @@ -38,3 +38,6 @@ services:
networks:
power_sso:
driver: bridge

volumes:
postgres_data:

1 comment on commit f5a0349

@vercel
Copy link

@vercel vercel bot commented on f5a0349 Jan 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

power-sso – ./

power-sso-isaqueveras.vercel.app
power-sso.vercel.app
power-sso-git-main-isaqueveras.vercel.app

Please sign in to comment.