mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 12:15:25 +00:00
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "2.2"
|
||||
networks:
|
||||
database:
|
||||
caching:
|
||||
@@ -26,7 +25,6 @@ services:
|
||||
- WRESTLINGDEV_INFLUXDB_DATABASE=wrestlingdev
|
||||
- WRESTLINGDEV_INFLUXDB_HOST=influxdb
|
||||
- WRESTLINGDEV_INFLUXDB_PORT=8086
|
||||
- PASSENGER_POOL_SIZE=${PASSENGER_POOL_SIZE}
|
||||
- SOLID_QUEUE_IN_PUMA=true
|
||||
networks:
|
||||
database:
|
||||
|
||||
Reference in New Issue
Block a user