Update docker-compose.yml
This commit is contained in:
parent
07d4d020e6
commit
21e8b628ef
1 changed files with 6 additions and 5 deletions
|
|
@ -50,11 +50,12 @@ services:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
- POSTGRES_DB=torrentio
|
- POSTGRES_DB=torrentio
|
||||||
|
|
||||||
volumes:
|
|
||||||
mongo-data:
|
|
||||||
postgres-data:
|
|
||||||
flaresolverr:
|
flaresolverr:
|
||||||
image: ghcr.io/flaresolverr/flaresolverr:latest
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8191:8191
|
- 8191:8191
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
mongo-data:
|
||||||
|
postgres-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue