diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 0788175..e6c9b6e 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -7,28 +7,20 @@ services: environment: NODE_ENV: production + seeker: + build: + target: prod + environment: + NODE_ENV: production + 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: - 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 diff --git a/torrent-client b/torrent-client index 0cd8dd5..64f6a39 160000 --- a/torrent-client +++ b/torrent-client @@ -1 +1 @@ -Subproject commit 0cd8dd5e974d82083351fe59737ce125d202b589 +Subproject commit 64f6a398c7e677517718cefb6023529e1d5e36dc