Version 0.2.0
All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
Changes: - add metrics dispencer - add basic authentication dependency - enable GZIP middleware - add !env() example to deploy section - update dependencies state attribute name
This commit is contained in:
@@ -46,6 +46,7 @@ services:
|
||||
dockerfile: deploy/Dockerfile
|
||||
environment: &api-environment-section
|
||||
CONFIG_PATH: /app/config.yaml
|
||||
DB_PASSWORD: postgres
|
||||
volumes: &api-volumes-section
|
||||
- ./configs/api.yaml:/app/config.yaml
|
||||
depends_on:
|
||||
@@ -143,4 +144,3 @@ services:
|
||||
depends_on:
|
||||
- jaeger
|
||||
logging: *json-logging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user