Add repo hygiene rules and ignore secrets
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:16
|
||||
container_name: galaxyforge-db
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: galaxyforge
|
||||
POSTGRES_USER: galaxyforge
|
||||
POSTGRES_PASSWORD: galaxyforge
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
volumes:
|
||||
pgdata:
|
||||
Reference in New Issue
Block a user