Updated to support PAGE_SIZE in news-server
This commit is contained in:
+2
-2
@@ -167,7 +167,7 @@ services:
|
|||||||
- DB_USERNAME=${newsDBUser}
|
- DB_USERNAME=${newsDBUser}
|
||||||
- DB_PASSWORD=${newsDBPass}
|
- DB_PASSWORD=${newsDBPass}
|
||||||
- DB_TIMEZONE=${dbTimeZone}
|
- DB_TIMEZONE=${dbTimeZone}
|
||||||
- QUERY_LIMIT=10
|
- PAGE_SIZE=10
|
||||||
- SECRET_ACCESS=${accessToken}
|
- SECRET_ACCESS=${accessToken}
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
@@ -248,7 +248,7 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.4
|
image: traefik:v2.10
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
command:
|
command:
|
||||||
- --log.level=ERROR
|
- --log.level=ERROR
|
||||||
|
|||||||
Reference in New Issue
Block a user