move api/server to api/edge/bff

This commit is contained in:
Stephan D
2026-02-28 00:39:20 +01:00
parent 34182af3b8
commit 98db0e4e9e
248 changed files with 406 additions and 18 deletions

View File

@@ -863,8 +863,8 @@ services:
dev-payments-methods: { condition: service_started }
dev-chain-gateway: { condition: service_started }
volumes:
- ./api/server:/src/api/server
- ./api/server/config.dev.yml:/app/config.yml:ro
- ./api/edge/bff:/src/api/edge/bff
- ./api/edge/bff/config.dev.yml:/app/config.yml:ro
ports:
- "8080:8080"
networks: