Skip to content

Commit

Permalink
Merge pull request #7 from DP-3T/develop
Browse files Browse the repository at this point in the history
v1.4.0
  • Loading branch information
martinalig authored Mar 12, 2021
2 parents ce47b35 + 56eb267 commit 241306b
Show file tree
Hide file tree
Showing 37 changed files with 1,715 additions and 915 deletions.
17 changes: 17 additions & 0 deletions docker-compose/stack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.1'

services:

dpppt-additionalinfo_db:
image: postgres:11
restart: always
environment:
POSTGRES_PASSWORD: dpppt
POSTGRES_DB: dpppt-additionalinfo
POSTGRES_USER: dpppt
ports:
- "5432:5432"
volumes:
- dpppt-additionalinfo_db_data:/var/lib/postgresql/data
volumes:
dpppt-additionalinfo_db_data:
Loading

0 comments on commit 241306b

Please sign in to comment.