From d61b0082a53bcd3fc03917a6bac3e023147cd023 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 27 Sep 2025 00:40:39 -0800 Subject: [PATCH] dont use default network --- services/our/compose.production.yaml | 23 ----------------------- services/our/package.json | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 130fc34..a999319 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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: {} - diff --git a/services/our/package.json b/services/our/package.json index a7bf836..39435f4 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -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",