Skip to content

Commit

Permalink
Rename dev docker compose / volume
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLS committed Jul 16, 2024
1 parent 274ef80 commit 1a3ce97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: sequin-dev

services:
postgres:
image: "hbontempo/postgres-hll@sha256:356274403972d6c12fb3a77b5f6f7a0e87c3fb1113f298e5509d8e2051711730"
Expand All @@ -8,3 +10,8 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: sequin_dev
volumes:
- sequin_dev_postgres:/var/lib/postgresql/data

volumes:
sequin_dev_postgres:

0 comments on commit 1a3ce97

Please sign in to comment.