Browse Source

Update docker compose and modules

staging
David Ludwig 4 years ago
parent
commit
46b8d4d17a
3 changed files with 7 additions and 5 deletions
  1. +5
    -3
      docker-compose.yml
  2. +1
    -1
      torrent-client
  3. +1
    -1
      torrent-webui

+ 5
- 3
docker-compose.yml View File

@ -16,6 +16,8 @@ services:
- 3100:3100 - 3100:3100
secrets: secrets:
- mysql_root_password - mysql_root_password
volumes:
- tmp:/tmp
torrent_client: torrent_client:
build: build:
@ -26,10 +28,10 @@ services:
- ./torrent-client/.env - ./torrent-client/.env
links: links:
- "database" - "database"
# ports:
# - 3000:3000
secrets: secrets:
- mysql_root_password - mysql_root_password
volumes:
- tmp:/tmp
database: database:
image: mysql image: mysql
@ -52,5 +54,5 @@ secrets:
file: ./.secrets/mysql_root_password file: ./.secrets/mysql_root_password
volumes: volumes:
autoplex:
mysql: mysql:
tmp:

+ 1
- 1
torrent-client

@ -1 +1 @@
Subproject commit aa6b5379153c5f624afc3eeb9d3f4b70641aed04
Subproject commit beed0eb7ac49f4d63bb1e35cc7ca3fa4dc777d5a

+ 1
- 1
torrent-webui

@ -1 +1 @@
Subproject commit a3fdd2bf53840c9a7e5a9c6a9c710bedef83a8e5
Subproject commit ba75b0ff45d47062ddb4308e7459a83008093c80

Loading…
Cancel
Save