Skip to content

Commit

Permalink
add: postgres test database to docker compose (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFehse authored Jul 1, 2024
1 parent 3bd36ad commit 7aea3ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ services:
image: ghcr.io/aleph-alpha/trace-viewer-trace-viewer:main
ports:
- 3000:3000
postgres:
image: postgres:15
ports:
- "5433:5432"
environment:
POSTGRES_DB: il_sdk
POSTGRES_USER: il_sdk
POSTGRES_PASSWORD: test

0 comments on commit 7aea3ae

Please sign in to comment.