Browse Source

Update build info

staging
David Ludwig 4 years ago
parent
commit
0c3bcd7d7e
2 changed files with 15 additions and 23 deletions
  1. +14
    -22
      docker-compose.prod.yml
  2. +1
    -1
      torrent-client

+ 14
- 22
docker-compose.prod.yml View File

@ -7,28 +7,20 @@ services:
environment: environment:
NODE_ENV: production NODE_ENV: production
seeker:
build:
target: prod
environment:
NODE_ENV: production
torrent_webui: torrent_webui:
restart: unless-stopped
# build:
# target: base
# ports:
# - 3000:3000
# volumes:
# - ./torrent-webui:/app
# entrypoint: "/bin/sh"
# tty: true
build:
target: prod
environment:
NODE_ENV: production
torrent_client: torrent_client:
restart: unless-stopped
# build:
# target: base
# ports:
# - 9229:9229
# volumes:
# - ./torrent-client:/app
# # ulimits:
# # core:
# # hard: -1
# # soft: -1
# entrypoint: "/bin/sh"
# tty: true
build:
target: prod
environment:
NODE_ENV: production

+ 1
- 1
torrent-client

@ -1 +1 @@
Subproject commit 0cd8dd5e974d82083351fe59737ce125d202b589
Subproject commit 64f6a398c7e677517718cefb6023529e1d5e36dc

Loading…
Cancel
Save