dont use default network
Some checks failed
ci / test (push) Failing after 1m4s
ci / build (push) Successful in 55m33s

This commit is contained in:
CJ_Clippy 2025-09-27 00:40:39 -08:00
parent 1c2a4fdd94
commit d61b0082a5
2 changed files with 1 additions and 24 deletions

View File

@ -1,18 +1,6 @@
services:
# caddy:
# image: caddy:alpine
# ports:
# - "80:80"
# - "443:443"
# volumes:
# - ./Caddyfile:/etc/caddy/Caddyfile2
# - ./errors:/srv/errors
# networks:
# - default
postgres:
container_name: our-postgres
image: postgres:17
@ -26,8 +14,6 @@ services:
retries: 5
start_period: 10s
timeout: 10s
networks:
- default
server:
image: gitea.futureporn.net/futureporn/our:latest
@ -37,8 +23,6 @@ services:
postgres:
condition: service_healthy
pull_policy: always
networks:
- default
init: true
entrypoint: >
sh -c "npx prisma migrate deploy && npm run start:server"
@ -54,8 +38,6 @@ services:
postgres:
condition: service_healthy
pull_policy: always
networks:
- default
init: true
entrypoint: >
sh -c "npm run start:worker"
@ -66,8 +48,6 @@ services:
image: gitea.futureporn.net/futureporn/qbittorrent-nox:latest
container_name: qbittorrent
env_file: ./.env
networks:
- default
init: false
volumes:
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
@ -75,7 +55,4 @@ services:
volumes:
pgdata:
networks:
default: {}

View File

@ -1,7 +1,7 @@
{
"name": "futureporn-our",
"private": true,
"version": "2.8.18",
"version": "2.8.19",
"type": "module",
"scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",