Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e299eb59ad | ||
|
|
b6b82e1631 | ||
|
|
a8bcc7ae43 |
+1
-1
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
App\:
|
||||
resource: '../src/'
|
||||
|
||||
App\Service\KazApiClient:
|
||||
App\Service\KazApiService:
|
||||
arguments:
|
||||
$kazApiClient: '@kaz_api.client'
|
||||
$apiUser: '%env(KAZ_API_USER)%'
|
||||
|
||||
Reference in New Issue
Block a user