.
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
database:
|
||||
image: 'ghcr.io/craigpastro/pg_uuidv7:main'
|
||||
ports:
|
||||
- "15432:5432"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ${PWD}/db/:/var/lib/postgresql/data/
|
||||
user: "1000:1000"
|
||||
Reference in New Issue
Block a user