Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jun 1, 2023
1 parent aa4e09f commit 528abad
Show file tree
Hide file tree
Showing 8 changed files with 4,404 additions and 206 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: "3.0"
services:
postgres:
build:
context: ./docker
dockerfile: ./Dockerfile
image: postgres:15
# build:
# context: ./docker
# dockerfile: ./Dockerfile
volumes:
- postgres_data:/var/lib/postgresql/data
environment:
Expand Down
Loading

0 comments on commit 528abad

Please sign in to comment.