Skip to content

Commit

Permalink
Merge pull request #42 from bertsky/expose-ssh
Browse files Browse the repository at this point in the history
expose SSH port
  • Loading branch information
markusweigelt authored Oct 26, 2022
2 parents 582e9aa + 981431c commit efc7f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ CONTROLLER_PORT_SSH=22

MANAGER_IMAGE=ghcr.io/slub/ocrd_manager:latest
MANAGER_HOST=ocrd-manager
MANAGER_PORT_SSH=22


MANAGER_ENV_UID=1001
MANAGER_ENV_GID=1001
MANAGER_ENV_UMASK=0002
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
- "CONTROLLER=${CONTROLLER_HOST}:${CONTROLLER_PORT_SSH}"
- "ACTIVEMQ=${MQ_HOST}:${MQ_PORT}"

expose:
- "22"
ports:
- ${MANAGER_PORT_SSH}:22

# must have been started independently:
# depends_on:
Expand Down

0 comments on commit efc7f1c

Please sign in to comment.