4 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ services:
database:
image: postgres:${POSTGRES_VERSION:-16}-alpine
ports:
- "5432"
- "5432:5432"
environment:
POSTGRES_DB: ${POSTGRES_DB:-app}
# You should definitely change the password in production

View File

@@ -7,7 +7,7 @@ services:
App\:
resource: '../src/'
App\Service\KazApiClient:
App\Service\KazApiService:
arguments:
$kazApiClient: '@kaz_api.client'
$apiUser: '%env(KAZ_API_USER)%'