chore: update documentation

This commit is contained in:
Elias Schneider
2022-10-12 09:14:13 +02:00
parent c689e51abd
commit 0b9cc3bd30
6 changed files with 10 additions and 30 deletions

View File

@@ -1,3 +0,0 @@
/frontend/node_modules/
dist/
.git/

View File

@@ -1,15 +0,0 @@
version: '3.8'
services:
db:
image: postgres:14.1-alpine
restart: always
environment:
- POSTGRES_USER=${DB_USER}
- POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_DB=pingvin-share
ports:
- '5432:5432'
volumes:
- pingvin-share-dev-db:/var/lib/postgresql/data
volumes:
pingvin-share-dev-db: