Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 1, 2024
1 parent c917fd4 commit 47e197a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration_tests/postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.1'
services:
postgres:
image: postgis/postgis:16-3.4-alpine
environment:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432

0 comments on commit 47e197a

Please sign in to comment.