From 3bf69e8658dcddd8f2ca60e0fc85314de9e7e5ca Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 23 Mar 2026 11:23:41 -0700 Subject: [PATCH] Changing port --- production/docker/.env-example | 2 +- production/docker/docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/production/docker/.env-example b/production/docker/.env-example index 3d71b24..23aabdd 100644 --- a/production/docker/.env-example +++ b/production/docker/.env-example @@ -19,7 +19,7 @@ export LOCAL_RESTURL=http://localhost:5942/v6 # START ACCESS CONTROL -export PORT=5942 +export PORT=6100 # x402 payments required to access this API? export X402_ENABLED=true diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 69e51fb..ed777d2 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -1,9 +1,9 @@ # Start the service with the command 'docker-compose up -d' services: - psf-bch-api-x402: + psf-bch-api-x402-base: build: . - container_name: psf-bch-api-x402 + container_name: psf-bch-api-x402-base logging: driver: 'json-file' options: @@ -13,7 +13,7 @@ services: #links: # - mongo-slp-indexer ports: - - '5942:5942' # : + - '6100:6100' # : volumes: #- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh - ./.env:/home/safeuser/.env