mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api-base.git
synced 2026-09-21 16:52:00 -07:00
Changing port
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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' # <host port>:<container port>
|
||||
- '6100:6100' # <host port>:<container port>
|
||||
volumes:
|
||||
#- ./start-rest2nostr.sh:/home/safeuser/REST2NOSTR/start-rest2nostr.sh
|
||||
- ./.env:/home/safeuser/.env
|
||||
|
||||
Reference in New Issue
Block a user