Docker
Using SAMO User service as docker image
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-user-service:${user_service_version}
restart: always
environment:
- samo_env_configuration=${env_configuration}
- DEBUG_ENABLED=true
ports:
- "${user_service_http_port}:8080"
- "${user_service_debug_port}:8000"
volumes:
- ${configuration_dir:-./configuration}:/usr/local/configuration
- ${env_dir:-./}:/usr/local/environment
- ${data_dir}:/usr/local/data