Compare commits
No commits in common. "f6db07fb9769b892295c734e3b9afc9db4ce7a38" and "2e35718ae1806c009356abca094aa4a04e61a475" have entirely different histories.
f6db07fb97
...
2e35718ae1
@ -58,7 +58,7 @@ RUN python3 -m venv /app/venv
|
|||||||
ENV PATH="/app/venv/bin:$PATH"
|
ENV PATH="/app/venv/bin:$PATH"
|
||||||
|
|
||||||
# Install torrentfile & other python deps
|
# Install torrentfile & other python deps
|
||||||
RUN ./venv/bin/pip install --no-cache-dir -r requirements.txt
|
RUN ./venv/bin/pip install -r requirements.txt
|
||||||
|
|
||||||
# Expose the port
|
# Expose the port
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
@ -28,10 +28,6 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
logging:
|
|
||||||
driver: fluentd
|
|
||||||
options:
|
|
||||||
fluentd-address: "localhost:24224"
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: gitea.futureporn.net/futureporn/our:latest
|
image: gitea.futureporn.net/futureporn/our:latest
|
||||||
@ -47,10 +43,6 @@ services:
|
|||||||
sh -c "npx prisma migrate deploy && npm run start:server"
|
sh -c "npx prisma migrate deploy && npm run start:server"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
||||||
logging:
|
|
||||||
driver: fluentd
|
|
||||||
options:
|
|
||||||
fluentd-address: "localhost:24224"
|
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: gitea.futureporn.net/futureporn/our:latest
|
image: gitea.futureporn.net/futureporn/our:latest
|
||||||
@ -66,10 +58,7 @@ services:
|
|||||||
sh -c "npm run start:worker"
|
sh -c "npm run start:worker"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
|
||||||
logging:
|
|
||||||
driver: fluentd
|
|
||||||
options:
|
|
||||||
fluentd-address: "localhost:24224"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "futureporn",
|
"name": "futureporn",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.4.5",
|
"version": "2.4.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",
|
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user