mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 16:49:42 +00:00
refactor: add formatter to Playwright tests
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DB=pocket-id
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
test: ['CMD-SHELL', 'pg_isready -U postgres']
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@@ -21,4 +21,4 @@ services:
|
||||
service: pocket-id
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
condition: service_healthy
|
||||
|
||||
@@ -11,11 +11,11 @@ services:
|
||||
pocket-id:
|
||||
image: pocket-id:test
|
||||
ports:
|
||||
- "1411:1411"
|
||||
- '1411:1411'
|
||||
environment:
|
||||
- APP_ENV=test
|
||||
- APP_ENV=test
|
||||
build:
|
||||
args:
|
||||
- BUILD_TAGS=e2etest
|
||||
context: ../..
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user