add e2e with docker-compose support
This commit is contained in:
11
environment/e2e/docker-compose.yaml
Normal file
11
environment/e2e/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:18
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: test
|
||||
POSTGRES_PASSWORD: test
|
||||
POSTGRES_DB: test
|
||||
ports:
|
||||
- '4401:5432'
|
||||
Reference in New Issue
Block a user