From 46b8d4d17a0d16b41f09215d1158deef00ee6dd4 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Tue, 6 Apr 2021 12:45:07 -0500 Subject: [PATCH] Update docker compose and modules --- docker-compose.yml | 8 +++++--- torrent-client | 2 +- torrent-webui | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0710b7d..d8aa05c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,6 +16,8 @@ services: - 3100:3100 secrets: - mysql_root_password + volumes: + - tmp:/tmp torrent_client: build: @@ -26,10 +28,10 @@ services: - ./torrent-client/.env links: - "database" - # ports: - # - 3000:3000 secrets: - mysql_root_password + volumes: + - tmp:/tmp database: image: mysql @@ -52,5 +54,5 @@ secrets: file: ./.secrets/mysql_root_password volumes: - autoplex: mysql: + tmp: diff --git a/torrent-client b/torrent-client index aa6b537..beed0eb 160000 --- a/torrent-client +++ b/torrent-client @@ -1 +1 @@ -Subproject commit aa6b5379153c5f624afc3eeb9d3f4b70641aed04 +Subproject commit beed0eb7ac49f4d63bb1e35cc7ca3fa4dc777d5a diff --git a/torrent-webui b/torrent-webui index a3fdd2b..ba75b0f 160000 --- a/torrent-webui +++ b/torrent-webui @@ -1 +1 @@ -Subproject commit a3fdd2bf53840c9a7e5a9c6a9c710bedef83a8e5 +Subproject commit ba75b0ff45d47062ddb4308e7459a83008093c80