This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Update build info
staging
David Ludwig
4 years ago
parent
893fca90d1
commit
0c3bcd7d7e
2 changed files
with
15 additions
and
23 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-22
docker-compose.prod.yml
+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
Write
Preview
Loading…
Cancel
Save