1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Docker compose deploys use the correct passenger workers

This commit is contained in:
2022-02-03 21:33:24 +00:00
parent 9fec6c079f
commit ae70128479
4 changed files with 12 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ services:
- WRESTLINGDEV_INFLUXDB_DATABASE=wrestlingdev
- WRESTLINGDEV_INFLUXDB_HOST=influxdb
- WRESTLINGDEV_INFLUXDB_PORT=8086
- PASSENGER_POOL_SIZE=${PASSENGER_POOL_SIZE}
networks:
database:
caching:
@@ -67,6 +68,7 @@ services:
- WRESTLINGDEV_INFLUXDB_DATABASE=wrestlingdev
- WRESTLINGDEV_INFLUXDB_HOST=influxdb
- WRESTLINGDEV_INFLUXDB_PORT=8086
- PASSENGER_POOL_SIZE=${PASSENGER_POOL_SIZE}
networks:
database:
caching: