Skip to content

Commit

Permalink
[New] Add possibility to debug rest api server port
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 12, 2024
1 parent f974d69 commit ce8a1d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
version: '3'
version: '3.9'

# Expose port to access s-pipes-editor-rest directly
x-access-db-server-development-port: &s-pipes-editor-rest-dev-port
ports:
- "127.0.0.1:${EDITOR_REST_PORT:-18115}:18115"

services:
s-pipes-editor-ui:
Expand All @@ -12,6 +17,7 @@ services:
- SERVICE_URL=${SPIPES_EDITOR_REST:-http://s-pipes-editor-rest:18115}

s-pipes-editor-rest:
# <<: *s-pipes-editor-rest-dev-port
image: 'ghcr.io/kbss-cvut/s-pipes-editor/s-pipes-editor:latest'
container_name: s-pipes-editor-rest
expose:
Expand Down

0 comments on commit ce8a1d9

Please sign in to comment.