Commit Graph

4 Commits

Author SHA1 Message Date
trulow
ebd97eb250 Added depends on to docker-compose.yml
Added the following lines to both scraper and torrentio services

    depends_on:
      - mongodb
      - postgres
2024-01-26 11:05:12 -08:00
iPromKnight
da997af64a Move compose to top level
Comment out broken scrapers

Remove db init scripts and use ENABLE_SYNC env var which the code base uses to specify if Sequelize should create or alter tables on startup, meaning we dont need manual db initialization. There were missing tables anyhow :P
2024-01-18 08:54:57 +00:00
TheBeastLT
a253e8e0b0 remove scraper 2022-06-16 17:43:27 +03:00
TheBeastLT
5a122683d7 Initial commit 2019-03-13 22:41:15 +01:00