Docker
Using SAMO Gateway as docker image
See 'Building and Running' for info about startup arguments.
Docker-container specific arguments:
- DEBUG_ENABLED - enables JAVA debug port 8000 if set to 'true'
docker-compose example snippet:
gateway:
image: docker.asseco-ce.com/samo/server/samo-gateway:${gateway_version}
restart: always
environment:
- samo_env_configuration=${env_configuration}
- DEBUG_ENABLED=true
ports:
- "${gateway_http_port}:8080"
- "${gateway_debug_port}:8000"
volumes:
- ${configuration_dir:-./configuration}:/usr/local/configuration
- ${env_dir:-./}:/usr/local/environment
- ${data_dir}:/usr/local/data