mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
chore: update documentation
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
/frontend/node_modules/
|
||||
dist/
|
||||
.git/
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user