Compare commits
4 Commits
docs/maj_d
...
fix/kazapi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e299eb59ad | ||
| b6b82e1631 | |||
|
|
a8bcc7ae43 | ||
| f2365c08e9 |
@@ -3,7 +3,7 @@ services:
|
|||||||
database:
|
database:
|
||||||
image: postgres:${POSTGRES_VERSION:-16}-alpine
|
image: postgres:${POSTGRES_VERSION:-16}-alpine
|
||||||
ports:
|
ports:
|
||||||
- "5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${POSTGRES_DB:-app}
|
POSTGRES_DB: ${POSTGRES_DB:-app}
|
||||||
# You should definitely change the password in production
|
# You should definitely change the password in production
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
App\:
|
App\:
|
||||||
resource: '../src/'
|
resource: '../src/'
|
||||||
|
|
||||||
App\Service\KazApiClient:
|
App\Service\KazApiService:
|
||||||
arguments:
|
arguments:
|
||||||
$kazApiClient: '@kaz_api.client'
|
$kazApiClient: '@kaz_api.client'
|
||||||
$apiUser: '%env(KAZ_API_USER)%'
|
$apiUser: '%env(KAZ_API_USER)%'
|
||||||
|
|||||||
Reference in New Issue
Block a user