From 5dbfde4b236b087e08f77acb492935bfb06452ac Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 9 Oct 2025 04:02:27 -0800 Subject: [PATCH] use pgadmin port 5050 --- ansible/roles/our/tasks/tailscale.yml | 2 +- services/our/compose.production.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/our/tasks/tailscale.yml b/ansible/roles/our/tasks/tailscale.yml index 0674f28..4e26d3a 100644 --- a/ansible/roles/our/tasks/tailscale.yml +++ b/ansible/roles/our/tasks/tailscale.yml @@ -13,4 +13,4 @@ ansible.builtin.template: mode: "0755" src: tailscale-pgadmin.json.j2 - dest: /mnt/vfs/futureporn/tailscale/tailscale-pgadmin.json + dest: /mnt/vfs/futureporn/tailscale/config/pgadmin.json diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 4f833bf..a167362 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -69,6 +69,7 @@ services: network_mode: service:tailscale-pgadmin environment: PGADMIN_DISABLE_POSTFIX: 1 + PGADMIN_LISTEN_PORT: 5050 tailscale-pgadmin: image: tailscale/tailscale:latest