Skip to content

Commit

Permalink
feat: create compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed Jan 28, 2023
1 parent 39c0357 commit 31fc295
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions next-trpc-stack/compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
db:
image: postgres:14-alpine
environment:
- POSTGRES_PASSWORD=postgres
volumes:
- db_data:/var/lib/postgresql/data
ports:
- 5432:5432
restart: always
volumes:
db_data:

0 comments on commit 31fc295

Please sign in to comment.